What are the key building stones of Docker architecture?
Experience Level: Junior
Tags: Docker
Answer
- Docker server - Daemon process
- REST API that enables callers to interact with the daemon and instract it what to do
- A command line interface (CLI) client (docker command); The docker CLI uses the REST API to send commands
Related Docker job interview questions
What is Docker Compose?
Docker JuniorWhat is a Dockerfile?
Docker JuniorWhat is Docker Hub?
Docker JuniorWhat is a difference between Docker container and Docker image?
Docker JuniorWhat is a Docker image?
Docker Junior