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

README.md

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.