Merge pull request #1681 from tomwillfixit/patch-1

Fix link to kernels directory
This commit is contained in:
Riyaz Faizullabhoy 2017-04-21 18:42:38 -07:00 committed by GitHub
commit c087af7282

View File

@ -5,7 +5,7 @@ The `moby` tool converts the yaml specification into one or more bootable images
A kernel image is a Docker image with a `bzImage` file for the kernel to be executed,
and a tarball `kernel.tar` containing any modules. This is somewhat inconsistent with
the other images (see below) and may be changed. The kernel build is in the
[`kernel/`](kernel/) directory.
[`kernel/`](../kernel/) directory.
For all other images, ie `init` and the system containers and daemons, the filesystem
of the container is extracted. The `init` and `kernel` filesystems are left unchanged,