Joshua Tauberer
|
da15ae5375
|
rename the scripts directory to setup
|
2014-06-03 11:12:38 +00:00 |
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
|
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 |
Joshua Tauberer
|
acec82950b
|
docker: disable the ufw firewall because it is not supported in a docker container and produces a lot of error output (by reverting a510e08f9e and setting an environment variable)
|
2014-05-01 22:39:45 -04:00 |
Joshua Tauberer
|
2f6e0ded7a
|
docker: cleanup comments and make the installation of sshd quieter
|
2014-05-01 22:36:14 -04:00 |
Joshua Tauberer
|
f0afa7e8dc
|
docker: add some example run commands for debugging a container or having it take over host ports
|
2014-05-01 22:29:00 -04:00 |
Joshua Tauberer
|
89240a4fab
|
docker: do ADD container/docker later on so that the Dockerfile can be updated and still reuse a cached image after the major setup steps are done
|
2014-05-01 22:18:45 -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 |