]> source.dussan.org Git - gitea.git/commit
Docker Container: Init 1 & Initialisation
authorJean-Philippe Roemer <roemer.jp@gmail.com>
Fri, 2 Oct 2015 20:54:55 +0000 (21:54 +0100)
committerJean-Philippe Roemer <roemer.jp@gmail.com>
Fri, 2 Oct 2015 22:13:39 +0000 (23:13 +0100)
commitad5e0b833c0a71a47ac0a0e0d7febc50f5cd739d
tree40937a12e8559a6836730cf8a31b5fd4e027a859
parente5310cdbc1af0b9079c7c46c6433804c8e89661b
Docker Container: Init 1 & Initialisation

- Now using a setup script before starting the app. The separation of
the run script and the setup script will make service initialisation a
little bit clearer
- Now calling start.sh script as ENTRYPOINT and S6 as CMD. This way
when running the container with just a shell script, the start.sh
script will be launched before, making debugging easier
- Added note about `.dockerignore` ignored during Docker Hub Automated
Build
.dockerignore
Dockerfile
docker/README.md
docker/s6/gogs/run
docker/s6/gogs/setup [new file with mode: 0755]
docker/s6/openssh/run
docker/s6/openssh/setup [new file with mode: 0755]
docker/start.sh