aboutsummaryrefslogtreecommitdiff
path: root/docker/README.md
Commit message (Collapse)AuthorAge
* fix typo in README for DockerLimian Wang2015-10-13
|
* Remove fixed issueJean-Philippe Roemer2015-10-02
|
* Docker Container: Init 1 & InitialisationJean-Philippe Roemer2015-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
* Update Docker README for #1708Unknwon2015-10-02
|
* #1665 improve docsUnknwon2015-09-21
|
* #1665 improve Docker docsUnknwon2015-09-21
|
* update Docker infoUnknwon2015-09-17
|
* fix error in docker docUnknwon2015-08-19
|
* fix docker docs styleUnknwon2015-08-19
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-19
|
* new UI on admin/monitorUnknwon2015-08-19
|
* update Docker READMEUnknwon2015-08-18
|
* add pam for dockercodeskyblue2015-08-17
|
* update docker READMEUnknwon2015-08-17
|
* add docker ssh supportcodeskyblue2015-08-17
|
* pass test in my foreign machine testcodeskyblue2015-08-17
|
* some modify, I need to move my workenv to foreign county, network in china ↵codeskyblue2015-08-17
| | | | is so slow.
* Update docker image.Tiago Pires2015-07-20
| | | | | | | | Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
* spellcheckmorpheyesh2014-12-24
|
* Docker mix and match setupTristan Storch2014-08-31
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.