+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.

Related questions

0 votes
asked Aug 28, 2023 in Docker by JackTerrance
+1 vote
asked Apr 5, 2020 in Docker by ryan harris
...