-
I have this image that is generated from a barely modified https://github.com/phusion/baseimage-docker (updated to work on 13.10, and only to include my public keys) and it works really well for me, i…
-
ref: https://github.com/phusion/baseimage-docker#workaroud_modifying_etc_hosts
this is no longer needed since docker has fixed this since 1.2.0: https://github.com/docker/docker/blob/master/CHANGELOG.…
-
EDIT: This is notabug / no issue.
REASON: ssh disabled by default as of 0.9.16 & changelog does state this - I just didn't see the entry in the changelog.
##
Maybe I'm missing something, but, I trie…
-
`Dockerfile`:
```
FROM phusion/baseimage:0.9.15
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r postgre…
-
Follow by this link:
https://github.com/phusion/baseimage-docker#inspecting
I still confuse about init process. If i use supervisord to monitor the services, Do I have any problem with that ?
About…
-
## Following is my Dockerfile
FROM phusion/baseimage:0.9.12
MAINTAINER Malhar Vora mlvora.2010@gmail.com
RUN apt-get update && apt-get install -y apache2 && apt-get clean && rm -rf /var/lib/apt/lists…
-
I've had a read through issue #154 which gave the necessary commands to open my tomb files manually inside my docker containers, but I'm not able to open via tomb script.
Running tomb as root inside…
-
I've to use ubuntu 14.10 for one of strange packaging issue with 14.04. Is there any base image for 14.10? If not can you please point me to direction how to build one for 14.10?
Thanks
-
The most recent ubuntu image requires a few changes to your Dockerfile. First, I had to add
RUN dpkg --add-architecture i386
... before running the apt-get commands, otherwise the wine install fail…
-
If you SSH to a phusion-baseimage based container and issue shutdown or a reboot command - then nothing happens, my_init seems to ignore them.
I realise that you'd typically do this from externally f…