Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in README for Docker | Limian Wang | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Remove fixed issue | Jean-Philippe Roemer | 2015-10-02 | 1 | -1/+0 |
| | |||||
* | Docker Container: Init 1 & Initialisation | Jean-Philippe Roemer | 2015-10-02 | 1 | -3/+8 |
| | | | | | | | | | | | - 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 | ||||
* | Update Docker README for #1708 | Unknwon | 2015-10-02 | 1 | -15/+12 |
| | |||||
* | #1665 improve docs | Unknwon | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | #1665 improve Docker docs | Unknwon | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | update Docker info | Unknwon | 2015-09-17 | 1 | -0/+11 |
| | |||||
* | fix error in docker doc | Unknwon | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | fix docker docs style | Unknwon | 2015-08-19 | 1 | -6/+6 |
| | |||||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 | 1 | -10/+8 |
| | |||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | 1 | -1/+5 |
| | |||||
* | update Docker README | Unknwon | 2015-08-18 | 1 | -14/+25 |
| | |||||
* | add pam for docker | codeskyblue | 2015-08-17 | 1 | -0/+13 |
| | |||||
* | update docker README | Unknwon | 2015-08-17 | 1 | -7/+8 |
| | |||||
* | add docker ssh support | codeskyblue | 2015-08-17 | 1 | -8/+19 |
| | |||||
* | pass test in my foreign machine test | codeskyblue | 2015-08-17 | 1 | -7/+7 |
| | |||||
* | some modify, I need to move my workenv to foreign county, network in china ↵ | codeskyblue | 2015-08-17 | 1 | -78/+17 |
| | | | | is so slow. | ||||
* | Update docker image. | Tiago Pires | 2015-07-20 | 1 | -12/+9 |
| | | | | | | | | Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com> | ||||
* | spellcheck | morpheyesh | 2014-12-24 | 1 | -3/+3 |
| | |||||
* | Docker mix and match setup | Tristan Storch | 2014-08-31 | 1 | -0/+89 |
Rewrite of the docker setup. Now uses fig to manage containers and container linkage. The base is a block based mix and match, which will give you the possibility to easily test all configurations. |