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
2026-03-10 00:49:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
8857c11fa633d063be2f6a580f3ca97a89df5859
docker_practice
/
basic_concept
History
Baohua Yang
8857c11fa6
minor change to expression; unify the term and formatting
2014-09-26 16:05:13 +08:00
..
container.md
…
image.md
…
internal.md
…
README.md
minor change to expression; unify the term and formatting
2014-09-26 16:05:13 +08:00
repository.md
minor change to expression; unify the term and formatting
2014-09-26 16:05:13 +08:00
README.md
Unescape
Escape
基本概念
Docker包括三个基本概念
镜像
(
Image
)
容器
(
Container
)
仓库
(
Repository
)
理解了这三个概念
,
就理解了Docker的整个生命周期。