advancedTop 100 Interview Questions
How does the Docker client communicate with the daemon?
Typically over a Unix socket (/var/run/docker.sock) on Linux, using a REST API; it can also be configured over TCP for remote access (with TLS strongly recommended in that case).
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
How does the Docker client communicate with the daemon?