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

Comments

No Comments Yet.
Be the first to tell us what you think.
Docker for beginners
Docker for beginners

Are you learning Docker ? Try our test we designed to help you progress faster.

Test yourself