docker_practice/basic_concept
2020-10-23 15:50:50 +08:00
..
container.md rewrite basic_concept/container.md 2020-10-23 15:46:45 +08:00
image.md update image.md 2020-10-23 10:20:46 +08:00
README.md rewrite basic_concept/README.md 2020-10-23 15:50:50 +08:00
repository.md ubuntu 14.04,debian 7 and 8 EOL 2019-04-29 09:29:46 +08:00

Basic Concepts

Docker contains 3 basic concepts

  • Image
  • Container
  • Repository

Only after knowing the above 3 concepts will we get a deeper understanding of the lifecyle of docker.