-
Right now docker doesn't support _-v_ in Mac OS X boot2docker setup. You can start/boot docker container inside of an boo2docker vm and volume is mounted there correctly.
This causes troubles for e…
haad updated
10 years ago
-
### Dockfile used for test:
```
FROM phusion/baseimage:0.9.9
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
ENV LC_ALL en_US.UTF-8
RUN /etc/my_init.d/00_regen_ssh_host_keys.sh && \
rm /etc/my_in…
-
I was just trying baseimage for the first time and I keep hitting this error, any thoughts?
```
Step 0 : FROM phusion/baseimage:0.9.8
Pulling repository phusion/baseimage
83bc4d21347b: Error pulling …
-
I'm having some trouble with `phusion/baseimage` resulting in "Permission denied" errors. Here's an example:
```
docker run --rm -it phusion/baseimage:0.9.9 /sbin/my_init -- bash
*** Running /etc/my…
-
OK so I am provisioning an analysis image and I have just hit an error :
```
➜ cloudbiolinux sudo docker build -t szbifx/ai:0.1 .
Uploading context 43.01 kB
Uploading context
Step 0 : FROM phusion/…
-
OK so I am provisioning an analysis image and I have just hit an error :
```
➜ cloudbiolinux sudo docker build -t szbifx/ai:0.1 .
Uploading context 43.01 kB
Uploading context
Step 0 : FROM phusion…
-
Possibly a docker index issue, I don't know. I'm running docker on ubuntu 13.10 on esxi 5.1 on a speedy fiber connection in canada
"docker pull phusion/baseimage" fails over and over
```
Pulling re…
-
Hello
I had the same issue as https://github.com/phusion/baseimage-docker/issues/36
I read the discussion on https://github.com/dotcloud/docker/issues/4605 and I'm ok for not having the "-t" enabled …
-
On branch `jenkins` (perform `git submodule update --rebase` before), the build script fails:
```
devoxxfr-2014-mepc/docker$ sudo ./build_jenkins.sh
Uploading context 6.144 kB
Uploading context
Ste…
-
I have an image called phusion/baseimage. It has two releases, version 0.9.0 and 0.9.1. The tag 'latest' always refers to the latest released. I pushed all 3 tags to the Docker registry, yet 0.9.1 has…