mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
James' site has been dead for a while - removing links
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
ccf3dd85f0
commit
a9b08f3102
1 changed files with 4 additions and 5 deletions
|
@ -11,8 +11,7 @@ parent = "engine_linux"
|
||||||
|
|
||||||
# CRUX Linux
|
# CRUX Linux
|
||||||
|
|
||||||
Installing on CRUX Linux can be handled via the contrib ports from
|
Installing on CRUX Linux can be done using the
|
||||||
[James Mills](http://prologic.shortcircuit.net.au/) and are included in the
|
|
||||||
official [contrib](http://crux.nu/portdb/?a=repo&q=contrib) ports:
|
official [contrib](http://crux.nu/portdb/?a=repo&q=contrib) ports:
|
||||||
|
|
||||||
- docker
|
- docker
|
||||||
|
@ -57,9 +56,9 @@ To start on system boot:
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
||||||
There is a CRUX image maintained by [James Mills](http://prologic.shortcircuit.net.au/)
|
There is a CRUX image as part of the Docker "Official Library" of images.
|
||||||
as part of the Docker "Official Library" of images. To use this image simply pull it
|
To use this image simply pull it or use it as part of your `FROM` line in
|
||||||
or use it as part of your `FROM` line in your `Dockerfile(s)`.
|
your `Dockerfile(s)`.
|
||||||
|
|
||||||
$ docker pull crux
|
$ docker pull crux
|
||||||
$ docker run -i -t crux
|
$ docker run -i -t crux
|
||||||
|
|
Loading…
Reference in a new issue