mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 11:33:40 +00:00
8 lines
192 B
Go
8 lines
192 B
Go
# 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.
|