-
```
$ lab --version git version 2.24.1
hub version 2.13.0
la…
-
**Output of `docker version`:**
```
Docker version 1.12.0, build 8eab29e
```
**Output of `docker info`:**
```
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 1.12.0
Sto…
-
**Description**
Not sure if DUP, sorry.
I am running user namespaces on Docker 1.12.1 and want to disable them for certain containers.
I have noticed different behavior when launching a container th…
-
**Description**
Thanks for the work on this project.
Attempting to pull an image (by sending a request to the remote API) fails depending on the whitespace present in the unencoded auth config. Here…
-
`--rm` 可以讓 container exits 後就 rm 掉
``` sh
docker run -it busybox --rm
```
`exec` 可以在現有container 執行程式
``` sh
docker exec -it bash
```
本來在container 在background跑, 用 `attach` 把它移到foreg…
-
Hello!
As I start to assist some gem developers to use rake-compiler-dev-box into their workflows, I found myself repeating setup instructions around the usage of this project (clone, commands, etc).…
-
I'm receiving the following error when trying to run pretty much any drake workflow, including the workflows included with the source:
``` java
java.lang.ClassCastException: [Ljava.lang.Object; canno…
-
Hi - and thanks for providing this really useful project.
When starting kiwi via:
```
docker run --privileged --net=host kiwi --etcd-endpoint 'http://localhost:4001' --kube-endpoint='https://10.245.…
-
I have a few questions about development of new backend drivers.
What would be the right development setup on Mac OS X?
I understand that I can fork elliptics plugin (I did it already), change it, …
-
If docker machine is being run on a Windows machine that already has hyper-v enabled, it would be nice if the installer either detected such, or prompted which configuration was desired.
Take a look …