Joshua Tauberer
|
e247929386
|
docker: don't start services ourself
* let the base image's system services manager handle it
* move our container start script to occur before system services are started
|
2014-05-06 10:00:30 -04:00 |
Joshua Tauberer
|
fbd7d731e8
|
docker: fix startup scripts for nsd and dovecot to run them in the foreground
|
2014-05-06 09:56:20 -04:00 |
Joshua Tauberer
|
0659a0bb16
|
Merge branch 'better_docker' of https://github.com/pjz/mailinabox into pjz-better_docker
our trees had diverged, various conflicts resolved
|
2014-05-02 14:54:21 -04:00 |
Joshua Tauberer
|
189dd6000e
|
docker: re-run the start script on the container's first run because it won't know its hostname or IP address until then
|
2014-05-02 14:23:56 -04:00 |
Paul Jimenez
|
5ceec760b9
|
Better Dockerfile support
|
2014-05-02 13:03:37 -04:00 |
Joshua Tauberer
|
16c0a9d342
|
docker: if container was launched with a tty start bash otherwise loop forever to keep the container going
|
2014-05-01 22:16:14 -04:00 |
Joshua Tauberer
|
532c9aa7fd
|
move the Dockerfile to the root to allow the working directory of the repo to be pushed inside the image (rather than inside the container getting a fresh mailinabox from github) so changes in the working copy can be tested in Docker quickly / without pushing to github
|
2014-05-01 16:39:12 -04:00 |
Joshua Tauberer
|
f713d9232f
|
initial Dockerfile
|
2014-04-25 13:04:32 -04:00 |