What Makes Up Docker?

  • Docker consists primarily of the Docker (cmd) API Engine, which runs as a daemon to provide the docker service
  • Docker command which has many options to work with docker images and containers.
  • Docker index, (hub.docker.com and store.docker.com) contains thousands of containerzied applications you can use.