소스 검색

Update blogpost URL

Signed-off-by: sebthom <sebthom@users.noreply.github.com>
sebthom 2 년 전
부모
커밋
d58df1fc6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hack/dind

+ 1 - 1
hack/dind

@@ -3,7 +3,7 @@ set -e
 
 # DinD: a wrapper script which allows docker to be run inside a docker container.
 # Original version by Jerome Petazzoni <jerome@docker.com>
-# See the blog post: https://blog.docker.com/2013/09/docker-can-now-run-within-docker/
+# See the blog post: https://www.docker.com/blog/docker-can-now-run-within-docker/
 #
 # This script should be executed inside a docker container in privileged mode
 # ('docker run --privileged', introduced in docker 0.6).