mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
update link for templates for docker containers
This commit is contained in:
parent
6be3eb4016
commit
72f010c569
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 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
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ docker run hello-world
|
|||
|
||||
## 镜像(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