Hacker News new | ask | show | jobs
by piyh 1481 days ago
podman replacing the docker socket

https://www.redhat.com/sysadmin/podman-docker-compose

1 comments

As a fun fact, you can also run:

    $ systemctl --user enable --now podman.socket
    $ export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
and get a rootless, Docker-compatible socket. If you're running, e.g., a test suite written against the Go Moby APIs, this will execute the containers with Podman rather than with the system daemon.