rewrite basic_concept/README.md

pull/469/head
Dorsey.Xu 2020-10-23 15:50:50 +08:00
parent 3356aa627f
commit 0a8887957e
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# # Basic Concepts
Docker Docker contains 3 basic concepts
* `Image` * `Image`
* `Container` * `Container`
* `Repository` * `Repository`
Docker Only after knowing the above 3 concepts will we get a deeper understanding of the lifecyle of docker.