+1 vote
in Docker by
recategorized by
How does communication happen between Docker client and Docker Daemon in Devops?

1 Answer

0 votes
by

You can communicate between Docker client and Docker Daemon with the combination of Rest API, socket.IO, and TCP.

...