Fix broken link for creating base images scripts (#3805)

This commit is contained in:
Huachao Mao 2017-07-06 07:52:54 +08:00 committed by Misty Stanley-Jones
parent 0c5a0a797f
commit 5d25a11a3b
1 changed files with 3 additions and 3 deletions

View File

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