From 5d25a11a3bb0ae12c57d6f1dbcfaba28f4fec09a Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Thu, 6 Jul 2017 07:52:54 +0800 Subject: [PATCH] Fix broken link for creating base images scripts (#3805) --- engine/userguide/eng-image/baseimages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/userguide/eng-image/baseimages.md b/engine/userguide/eng-image/baseimages.md index 90387da26b..232f1a1bdc 100644 --- a/engine/userguide/eng-image/baseimages.md +++ b/engine/userguide/eng-image/baseimages.md @@ -49,13 +49,13 @@ It can be as simple as this to create an Ubuntu parent image: There are more example scripts for creating parent images in the Docker GitHub Repo: - - [BusyBox](https://github.com/moby/moby/blob/master/contrib/mkimage-busybox.sh) + - [BusyBox](https://github.com/moby/moby/blob/master/contrib/mkimage/busybox-static) - CentOS / Scientific Linux CERN (SLC) [on Debian/Ubuntu]( - https://github.com/moby/moby/blob/master/contrib/mkimage-rinse.sh) or + https://github.com/moby/moby/blob/master/contrib/mkimage/rinse) or [on CentOS/RHEL/SLC/etc.]( https://github.com/moby/moby/blob/master/contrib/mkimage-yum.sh) - [Debian / Ubuntu]( - https://github.com/moby/moby/blob/master/contrib/mkimage-debootstrap.sh) + https://github.com/moby/moby/blob/master/contrib/mkimage/debootstrap) ## Creating a simple parent image using scratch