-
runit blocks all signals except for INT, CHILD and CONT https://github.com/pilcrow/runit/blob/master/src/runit.c#L68 ( http://smarden.org/runit/runit.8.html )
docker stop is only capable of sending …
-
Are there plans for a proper init system ? I don't know it the OpenRC can be adjusted to the docker container.
This wold be useful for things like cron, syslog (client), optional ssh.
Something like…
-
From https://github.com/phusion/passenger-docker/issues/51
If I kill a container while it's still starting, it completely hangs:
```
*** Running bash -l...
^C*** Shutting down bash (PID 10)...
*** …
-
Docker Hub gives "invalid repo" when trying to link a repo.
```
Failed to load resource: the server responded with a status of 404 (NOT FOUND)
https://registry.hub.docker.com/u/adamkdean/node-libvip…
-
I have Ubuntu 14.04.3, Kernel 3.19.0-26, Docker 1.7.0-dev, build 5e06332 from ppa http://ppa.launchpad.net/docker-maint/testing/ubuntu
My /etc/default/docker contains
```
DOCKER_OPTS="--dns 8.8.8.8 …
-
I've made a squid Dockerfile that works well, except when it gets stopped and restarted.
Dockerfile:
```
FROM phusion/baseimage:0.9.16
RUN apt-get update && \
apt-get install -y squid3 && \
…
-
Any shell script I put into `/etc/my_init.d/` folder is returning error code 127 for me. I've tried exact setup from readme, custom scripts, empty file, different baseimage versions. Everything with t…
-
why app always make zombie processing in docker?
ps aux
root 10300 77.6 0.0 170008 45640 ? R 07:09 0:02 master: extractor
root 10305 87.0 0.0 169224 44612 ? R 07:09 …
-
I have an image built with ubuntu:14.04 which has some cron job which trigger. When I run the container locally, on Ubuntu 14.04 machine, cron jobs trigger just fine. But when the container is run on …
-
To replicate: run the docker daemon with `-b none` but _not_ with any `-e` flag.
```
root@kit1:~# docker run -d --name pctest --lxc-conf="lxc.network.type=veth" \
--lxc-conf="lxc.network.link=docke…