-
Might be worth using as the base images.
https://github.com/phusion/baseimage-docker
-
chown without argument raising an error
source of problem here:
https://github.com/phusion/baseimage-docker/blob/rel-0.9.10/image/runit/syslog-ng#L27
I fixed it locally, but how it possible that this…
-
When I try add a daemon to image, i get many error log:
```
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File …
-
Probably not a baseimage bug in the line of `ca-certificates` missings but fail ...
## Dockerfile
```
# nas
# VERSION 0.1.9
FROM phusion/baseimage:0.9.10
MAINTAINER bySabi
RUN \
apt-get update…
-
Hi!
When I boot up the postgresql container, the super user, password and DB are not set up. The script seems to terminate right where the super user is created, therefore firstrun wont be removed as …
-
I'm unable to pull this docker image:
> Pulling repository dklawren/docker-bugzilla
> 4f079fa8d6d1: Error pulling image (latest) from dklawren/docker-bugzilla, operation not supported
> 511136ea3c5a:…
-
There seem to be apt sources missing. Given this docker file (which is cut and pasted from the README with the exception of the `emacs` line)
```
FROM phusion/baseimage:0.9.10
ENV HOME /root
RUN /et…
-
Not sure exactly how to do this, but we need to provide a way for users of this project to do something like this:
```
docker cp ~/.ssh/authorized_keys puppetinstance:/root/.ssh/authorized_keys
```
…
-
Running the following:
docker run phusion/baseimage:0.9.11 /sbin/my_init --enable-insecure-key
Eventually freezes at:
```
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
No SSH host key ava…
-
I'm trying to use `/etc/container_environment` as a way to bake "default" values for environment variables into a Docker image. I then want to optionally override these values using `docker run --env=…
harto updated
10 years ago