update link for templates for docker containers

This commit is contained in:
spacewander 2016-02-20 18:56:46 +08:00
parent 6be3eb4016
commit 72f010c569
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)。
### 生命周期