I have a tool that relies on calling the Docker Engine API, that is exposed by both Docker and Podman: https://docs.docker.com/reference/api/engine/version/v1.50
Is it possible for apples containerisation framework to implement support for this API, through a unix socket located at /var/run/docker.sock?
I have a tool that relies on calling the Docker Engine API, that is exposed by both Docker and Podman: https://docs.docker.com/reference/api/engine/version/v1.50
Is it possible for apples containerisation framework to implement support for this API, through a unix socket located at /var/run/docker.sock?