Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Several bugfixes in Docker build | Óscar García Amor | 2015-10-02 | |
| | | | | | | | | | | | | | | - Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers | |||
* | | Update Docker README for #1708 | Unknwon | 2015-10-02 | |
|/ | ||||
* | Use app/docker folder for SSH Configureation | Jean-Philippe Roemer | 2015-10-02 | |
| | ||||
* | New approach to Gogs Docker Container | Jean-Philippe Roemer | 2015-10-02 | |
| | | | | | | | | | - 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 docs | Unknwon | 2015-09-21 | |
| | ||||
* | #1665 improve Docker docs | Unknwon | 2015-09-21 | |
| | ||||
* | update Docker info | Unknwon | 2015-09-17 | |
| | ||||
* | remove rsync | Unknwon | 2015-09-06 | |
| | ||||
* | fix error in docker doc | Unknwon | 2015-08-19 | |
| | ||||
* | fix docker docs style | Unknwon | 2015-08-19 | |
| | ||||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 | |
| | ||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | |
| | ||||
* | update Docker README | Unknwon | 2015-08-18 | |
| | ||||
* | add pam for docker | codeskyblue | 2015-08-17 | |
| | ||||
* | update docker README | Unknwon | 2015-08-17 | |
| | ||||
* | add docker ssh support | codeskyblue | 2015-08-17 | |
| | ||||
* | pass test in my foreign machine test | codeskyblue | 2015-08-17 | |
| | ||||
* | some modify, I need to move my workenv to foreign county, network in china ↵ | codeskyblue | 2015-08-17 | |
| | | | | is so slow. | |||
* | Update docker image. | Tiago Pires | 2015-07-20 | |
| | | | | | | | | 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 Garrigue | 2015-02-22 | |
| | | | | to a user | |||
* | $DIRECTORY variable is never set | Alban Garrigue | 2015-02-22 | |
| | ||||
* | Set user.name & user.email in Dockerfile | euank | 2014-12-27 | |
| | | | | | | | 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. | |||
* | spellcheck | morpheyesh | 2014-12-24 | |
| | ||||
* | Use variables, when the're there | Tristan Storch | 2014-09-03 | |
| | | | | Why not use the environment variables, when they are there... | |||
* | docker dev block update | Tristan Storch | 2014-09-03 | |
| | | | | | 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 setup | Tristan Storch | 2014-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. |