What is the basic architecture behind Docker?

0

Docker is built on client server model. A Docker server is used to run the images. We use the Docker client to communicate with the Docker server. Clients tell the Docker server via commands what to do. Additionally, there is a Registry that stores Docker Images. Docker Server can directly contact Registry to download images.

Devops docker
asked Apr 30, 2023 at 22:53
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.