docker_practice/basic_concept/README.md

8 lines
192 B
Go
Raw Normal View History

2020-10-23 07:50:50 +00:00
# Basic Concepts
Docker contains 3 basic concepts
* `Image`
* `Container`
* `Repository`
2014-09-15 09:08:06 +00:00
2020-10-23 07:50:50 +00:00
Only after knowing the above 3 concepts will we get a deeper understanding of the lifecyle of docker.