Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Volumed data setup changed to allow #1759 | Jean-Philippe Roemer | 2015-10-12 |
| | | | | | | | | | - Volumed subfolder now created up in the ENTRYPOINT script, this way they are created before S6 even starts making VOLUME. - The subfolder will be created during VOLUME creation too as ENTRYPOINT script will be run before /bin/true - SSH Keys will now be created on a single key basis not replying on the existence of /data/ssh folder | ||
* | Docker Container: Init 1 & Initialisation | Jean-Philippe Roemer | 2015-10-02 |
- 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 |