mirror of
https://github.com/moby/moby.git
synced 2024-11-21 10:38:51 +00:00
Details about my tianon/gentoo image, including the reason it is currently broken
parent
2e54ef1188
commit
62f74b25a6
@ -27,7 +27,11 @@ docker pull centos
|
||||
|
||||
### Gentoo base image
|
||||
|
||||
(Available somewhere, can't remember where)
|
||||
```
|
||||
docker pull tianon/gentoo
|
||||
```
|
||||
|
||||
Note that this image is currently not functional due to some minor changes in docker that switched from using `ifconfig` to `ip` inside the image (and that existing image is merely a faithful copy of the stage3 tarball; see also [#313](https://github.com/dotcloud/docker/issues/313#issuecomment-15883754)).
|
||||
|
||||
### Arch Linux base image
|
||||
|
||||
@ -73,5 +77,4 @@ BUILD_JOB=$(docker run -d shykes/pybuilder buildapp http://github.com/shykes/hel
|
||||
docker wait $BUILD_JOB
|
||||
BUILD_IMAGE=$(docker commit $BUILD_JOB)
|
||||
docker run -p 5000 $BUILD_IMAGE runapp
|
||||
```
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user