-
does this library has a dependency on python2?
i get when i try to run this `docker run --rm -t -i phusion/baseimage /sbin/my_init -- bash -l`
/usr/bin/python2: error while loading shared libraries:…
-
I have set up a 3 VMs using Vagrant, and ansible (w/docker)
In my Hosts file:
I added these lines:
192.168.50.10 earth
192.168.50.11 hiveholm
192.168.50.12 moth
This just gives the private address …
-
Unless I'm misunderstanding something, the final line of this output should read `42`:
```
$ docker run --rm phusion/baseimage:0.9.9 /sbin/my_init --skip-runit -- bash -c 'exit 42'
*** Running /etc/m…
harto updated
10 years ago
-
I want to use 0.9.9 because with 0.9.10 a program that I use gives fatal error on compilation. With 0.9.9 it sure worked, I installed in about 3 moths ago.
Now I made some changes in my Dockerfile, t…
ghost updated
10 years ago
-
After a few days playing with deis, I noticed that it is very easy to corrupt the deis containers (especially registry and logger) to the point that a re-installation is needed; the problem triggers m…
-
I tried this and it works:
```
docker run -i -t myimage my_init -- echo 'lol'
```
But then I tried this and didn't work:
```
$ docker run -i -t myimage my_init -- cd /srv
cd exited with exit code 3…
-
I think, in some point 0.9.10 image lost ca-certificates. Now I have to add:
`apt-get install ca-certificates` to Dockerfile for properly fetch https urls.
-
I've been using LXC containers in the traditional sense for a while now. I use them for self-contained, development environments.
I am currently able to have a puppet agent running inside each contain…
-
Could be doing something wrong but this is what happens when I try to build 2.0.0beta
```
$ git diff Dockerfile
diff --git a/Dockerfile b/Dockerfile
index 05ac064..8089d30 100644
--- a/Dockerfile
+++…
-
I'm poking around the image with the following command:
```
docker run -it --rm phusion/passenger-full /sbin/my_init -- bash -l
```
I'm not seeing Python 2 as an installed binary, only Python 3. I h…