summaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1731 from ogarcia/develop无闻2015-10-022-8/+14
|\ | | | | Several bugfixes in Docker build
| * Several bugfixes in Docker buildÓscar García Amor2015-10-022-8/+14
| | | | | | | | | | | | | | - Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers
* | Update Docker README for #1708Unknwon2015-10-021-15/+12
|/
* Use app/docker folder for SSH ConfigureationJean-Philippe Roemer2015-10-021-1/+1
|
* New approach to Gogs Docker ContainerJean-Philippe Roemer2015-10-026-43/+91
| | | | | | | | | - 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
* #1665 improve docsUnknwon2015-09-211-1/+1
|
* #1665 improve Docker docsUnknwon2015-09-211-1/+1
|
* update Docker infoUnknwon2015-09-171-0/+11
|
* remove rsyncUnknwon2015-09-061-4/+0
|
* 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-172-61/+7
|
* some modify, I need to move my workenv to foreign county, network in china ↵codeskyblue2015-08-1726-356/+118
| | | | is so slow.
* Update docker image.Tiago Pires2015-07-2017-41/+31
| | | | | | | | Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
* openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key ↵Alban Garrigue2015-02-222-2/+2
| | | | to a user
* $DIRECTORY variable is never setAlban Garrigue2015-02-221-1/+1
|
* Set user.name & user.email in Dockerfileeuank2014-12-272-2/+2
| | | | | | | The previous setting would cause all repo creations to fail, as described in issue #328. The previous commit also resolves this issue, but it seems saner to create the user in the Dockerfile than at runtime.
* spellcheckmorpheyesh2014-12-241-3/+3
|
* Use variables, when the're thereTristan Storch2014-09-031-1/+1
| | | | Why not use the environment variables, when they are there...
* docker dev block updateTristan Storch2014-09-031-4/+5
| | | | | The dev Dockerfile now works without superfluous go get calls. At this point the -u option is really not what we want.
* Docker mix and match setupTristan Storch2014-08-3124-0/+373
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.