This website requires JavaScript.
Explore
Help
Sign In
ehlxr
/
docker_practice
Watch
1
Star
0
Fork
0
You've already forked docker_practice
mirror of
https://github.com/yeasy/docker_practice.git
synced
2025-08-03 22:42:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b1e6415b8fba90014969f94164442f5adfc4ad5a
docker_practice
/
basic_concept
History
Baohua Yang
fc7aa02f50
Finish the basic version of the basic_concept chapter
2014-09-15 17:36:31 +08:00
..
container.md
Finish the basic version of the basic_concept chapter
2014-09-15 17:36:31 +08:00
image.md
…
internal.md
Finish the basic version of the basic_concept chapter
2014-09-15 17:36:31 +08:00
README.md
Finish the basic version of the basic_concept chapter
2014-09-15 17:36:31 +08:00
repository.md
Finish the basic version of the basic_concept chapter
2014-09-15 17:36:31 +08:00
README.md
Unescape
Escape
Docker包括三个基本概念
镜像
(
Image
)
容器
(
Container
)
仓库
(
Repository
)
理解了这三个概念
,
就理解了Docker的整个生命周期。