summaryrefslogtreecommitdiffstats
path: root/docker/blocks
Commit message (Collapse)AuthorAgeFilesLines
* some modify, I need to move my workenv to foreign county, network in china ↵codeskyblue2015-08-1720-194/+0
| | | | is so slow.
* Update docker image.Tiago Pires2015-07-2015-21/+14
| | | | | | | | 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
* 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.
* 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-3120-0/+200
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.