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-02 14:01:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
1ac18858b5fa8067be0548928d1479bcde8a0167
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
Restruct and start rewring.
2014-09-15 17:08:06 +08:00
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的整个生命周期。