mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 15:10:12 +01:00
Merge pull request #80 from spacewander/update-link
update link for `templates for docker containers`
This commit is contained in:
commit
70eb0a5165
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ To enter a running container, attach a new shell process to a running container
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
||||||
Images are just [templates for docker containers](https://docs.docker.com/introduction/understanding-docker/#how-does-a-docker-image-work).
|
Images are just [templates for docker containers](https://docs.docker.com/engine/understanding-docker/#how-does-a-docker-image-work).
|
||||||
|
|
||||||
### Lifecycle
|
### Lifecycle
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@ docker run hello-world
|
||||||
|
|
||||||
## 镜像(Images)
|
## 镜像(Images)
|
||||||
|
|
||||||
镜像是[docker 容器的模板](https://docs.docker.com/introduction/understanding-docker/#how-does-a-docker-image-work)。
|
镜像是[docker 容器的模板](https://docs.docker.com/engine/understanding-docker/#how-does-a-docker-image-work)。
|
||||||
|
|
||||||
### 生命周期
|
### 生命周期
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue