This website requires JavaScript.
Explore
Help
Register
Sign In
littlebalalafairy
/
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-06-08 01:42:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
docker_practice
/
basic_concept
History
Baohua Yang
06b9651af9
Add more details to help understand repo and registry
2014-10-03 11:41:22 +08:00
..
container.md
Add more details to help understand repo and registry
2014-10-03 11:41:22 +08:00
image.md
Restruct and start rewring.
2014-09-15 17:08:06 +08:00
internal.md
Use Docker instead of docker
2014-09-25 17:06:32 +08:00
README.md
minor change to expression; unify the term and formatting
2014-09-26 16:05:13 +08:00
repository.md
Add more details to help understand repo and registry
2014-10-03 11:41:22 +08:00
README.md
Unescape
Escape
基本概念
Docker包括三个基本概念
镜像
(
Image
)
容器
(
Container
)
仓库
(
Repository
)
理解了这三个概念
,
就理解了Docker的整个生命周期。