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 |