summaryrefslogtreecommitdiffstats
path: root/docker/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in README.md (#12369)Kevin Schweikert2020-07-291-2/+2
| | | Changed Dockefile to Dockerfile
* merge docker makefile into main one (#12289)techknowlogick2020-07-211-0/+7
| | | | | | | | | * merge docker makefile into main one * add readme for docker folder * don't include a file that doesn't exist anymore Co-authored-by: Lauris BH <lauris@nix.lv>
* Restructured docker buildingThomas Boerger2016-11-281-111/+0
| | | | | | | | | I have restructured the docker build process entirely, the binary gets built outside of the docker build command, now we are managing all dependencies with real Alpine packages and I have dropped features like socat or the cron daemon. Signed-off-by: Thomas Boerger <tboerger@suse.de>
* Replace gogs.io http links with https version (#3386)rugk2016-08-051-1/+1
|
* Update Docker READMEUnknwon2016-07-151-1/+1
|
* docker: update documentation for container options (#2965)Jean-Philippe Roemer2016-04-121-3/+21
| | | | | - Created a Container options section in `docker/README.md` - Add documentation for SOCAT_LINK - Move CROND documentation to the new section
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-261-0/+2
|
* update README.mdMike2016-02-281-3/+3
| | | minor grammar fix
* Minor fix for #2710Unknwon2016-02-271-1/+1
|
* Update Docker REAMDE.mdJean-Philippe Roemer2016-02-261-1/+1
| | | | | - Remove the known issue about `.dockerignore` being ignored during DockerHub automated build as this has been fixed - Added a note on the fact that we currently do no support building the container on RPi1
* Minor docs update for #2605Unknwon2016-02-121-1/+7
|
* Merge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409Unknwon2016-02-061-0/+2
|\ | | | | Add an important note about mapping the ssh port on the container to the host
| * Add an important note about mapping the ssh port on the container to the hostJames Mills2016-01-191-0/+2
| |
* | Add Docker Volume from 1.9juliengarcia2016-01-201-0/+9
|/
* #1692 add organization APIsUnknwon2015-12-171-1/+1
|
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-111-1/+1
|
* add quay.io as another Docker optionUnknwon2015-12-071-1/+1
|
* fix #1829 and fix #890Unknwon2015-12-041-1/+0
|
* fix typo in README for DockerLimian Wang2015-10-131-1/+1
|
* Remove fixed issueJean-Philippe Roemer2015-10-021-1/+0
|
* Docker Container: Init 1 & InitialisationJean-Philippe Roemer2015-10-021-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 #1708Unknwon2015-10-021-15/+12
|
* #1665 improve docsUnknwon2015-09-211-1/+1
|
* #1665 improve Docker docsUnknwon2015-09-211-1/+1
|
* update Docker infoUnknwon2015-09-171-0/+11
|
* fix error in docker docUnknwon2015-08-191-2/+2
|
* fix docker docs styleUnknwon2015-08-191-6/+6
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-191-10/+8
|
* new UI on admin/monitorUnknwon2015-08-191-1/+5
|
* update Docker READMEUnknwon2015-08-181-14/+25
|
* add pam for dockercodeskyblue2015-08-171-0/+13
|
* update docker READMEUnknwon2015-08-171-7/+8
|
* add docker ssh supportcodeskyblue2015-08-171-8/+19
|
* pass test in my foreign machine testcodeskyblue2015-08-171-7/+7
|
* some modify, I need to move my workenv to foreign county, network in china ↵codeskyblue2015-08-171-78/+17
| | | | is so slow.
* Update docker image.Tiago Pires2015-07-201-12/+9
| | | | | | | | Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
* spellcheckmorpheyesh2014-12-241-3/+3
|
* Docker mix and match setupTristan Storch2014-08-311-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.