From 72f010c569d7ecbcc2627f11a3f57d9e3a2e0ad5 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sat, 20 Feb 2016 18:56:46 +0800 Subject: [PATCH] update link for `templates for docker containers` --- README.md | 2 +- zh-cn/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad6d90..b9af7e0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/zh-cn/README.md b/zh-cn/README.md index b95b717..500098a 100644 --- a/zh-cn/README.md +++ b/zh-cn/README.md @@ -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)。 ### 生命周期