-
On Docker `0.11.0` and above, some `sysctl` related steps in the `Dockerfile` fail with a read-only file system error:
```
$ make build
docker build -t "hectcastro/riak" .
Uploading context 892.4 kB
…
-
Running `my_init` on Mac OS 10.9.2 crashes the entire system, dumping it to a blank grey screen and requiring a reboot.
**Warning, by the nature of this issue, running the examples may crash your sys…
-
Trying to `docker rm` a container where the bind dir was removed, and I get this. I'm not sure if I'm using it wrong or if there is a force flag I should be using.
```
$ docker rm 123456
Error: lstat…
-
I have yet no experience with long running container based on phusion/baseimage, but I wonder if some of the log files might grow beyond reasonable.
Would not installing logrotate by default be wise …
-
When we run a container with Docker 0.9 on RHEL 6.5, the network will not work right away. On ping we would get "Destination Host Unreachable", on curl "couldn't connect to host" etc.
It took a while…
-
root 16251 0.0 0.0 188 32 ? S 11:12 0:00 /usr/bin/runsvdir -P /etc/service log: ................................................................................................…
-
I noticed that I am putting the full `docker build` and `docker run` commands I use as comments into every Dockerfile, and then dutifully copy&pasting them.
so rather than
```
# lets create an ubun…
-
The dockerfile below crashes after I uncomment these 4 lines shown below in the docker file:
```
#RUN touch "/etc/php5/fpm/conf.d/20-mongo.ini"
#RUN touch "/etc/php5/cli/conf.d/20-mongo.ini"
#RUN ech…
-
Full path: /Users/dmarr/src/open-vagrant-boxes/iso/ubuntu-12.04.3-server-amd64.iso
There was an error downloading http://releases.ubuntu.com/12.04/ubuntu-12.04.3-server-amd64.iso:
404 Not Found
marr updated
10 years ago
-
I have a fork of [phusion/baseimage-docker](github.com/phusion/baseimage-docker) where I've added in support for my own local squid-deb-proxy server, which speeds up rebuild of images immeasurably.
T…