Docker vs Podman

Docker vs Podman

Daemon

Podman has no daemon, which can run under normal user.

Docker has daemon dockerd running as root.

Unix socket

Docker uses Unix socket /var/run/docker.sock

All the REST API commands are implemented using this socket.

For example,


`docker version` command is implemented via following API.

curl --unix-socket /var/run/docker.sock http:/v2/version



## References

[Watch on Captionz
what is podman vs docker (beginner - intermediate) anthony explains](https://youtu.be/lkg5QJsoCCQ)

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>


The reCAPTCHA verification period has expired. Please reload the page.