docker_practice/basic_concept
2020-11-15 14:42:21 +02:00
..
container.md Fix typo in english/basic_concept/container.md 2020-11-15 14:42:21 +02:00
image.md Fix typo 2020-11-15 14:05:46 +02:00
README.md rewrite basic_concept/README.md 2020-10-23 15:50:50 +08:00
repository.md translate basic_concept/repository.md 2020-10-23 18:06:39 +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.