-
I have implemented this in a fork of `dockercloud/haproxy` already (https://github.com/ixc/letsencrypt-dockercloud-haproxy), and this has allowed me to add a companion `letsencrypt` service to my Dock…
-
~~After backup/restore cluster update to `v20170116.0p2` I can't create new releases with docker. I upgraded 2 clusters yesterday to `v20170116.0p2`. One of them works just fine and the other doesn't.…
-
Regarding https://github.com/NVIDIA/nvidia-docker/issues/34
I found some commands which will not work in my configuration:
First some system information:
```
# uname -a
Linux studio16 4.2.0-42-lowla…
-
Used the Privacyidea docker container instructions from https://www.privacyidea.org/downloads/
I wanted to install it on a Synology NAS that also supports docker.
But got an error that port 5001 alrea…
-
Hi there.
Things are working as expected with the driver.
One issue I'm finding is that when I reboot the host, the volume driver service does not start.
I find it stopped, and I have to start it m…
-
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you se…
-
nginx should be run with daemon mode off under Docker, otherwise supervisord keeps thinking the process has terminated, and tries to restart it.
This results in repeated entries in the supervisor log…
-
As seen from all the recent jobs (https://ci.deis.io/job/workflow-test-pr/2226/console for example):
> /usr/local/bin/deis: line 1: The: not found
The last known good job was build 2218, so this is …
-
Reproducer:
```
#!/bin/bash
set -ex
docker volume rm v1 || true
docker rm t1 t2 || true
docker volume create --name v1
docker create --name t1 -v v1:/.imagebuilder-transient-mount busybox
ca…
-
In Docker 1.9 volumes are a top level entity, and can be created and named. A named volume is a replacement for data containers, and to some extent lines up with host bind mounts for explicitly knowin…