aboutsummaryrefslogtreecommitdiff
path: root/docker/build.sh
Commit message (Collapse)AuthorAge
* Add `set -x` & `set -e` to docker/build.sh for better debuggingJean-Philippe Roemer2015-11-16
|
* Several bugfixes in Docker buildÓscar García Amor2015-10-02
| | | | | | | - Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers
* New approach to Gogs Docker ContainerJean-Philippe Roemer2015-10-02
- VOLUME for ‘/data’ - Usage of S6 as PID 1 Process - Usage of ‘socat’ so linked container (like databases) are binded to localhost - OpenSSH, Socat Link and Gogs are supervised using S6 - Size of container reduced to ~75Mo