Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common Docker Documentation Location in `gitlab-ce` | Joshua Lambert | 2017-08-25 | 1 | -5/+1 |
| | |||||
* | Update README.mdupdate-doc-links | Matt Lee | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | Update Docker Hub links. | Takuya Noguchi | 2016-05-07 | 1 | -3/+3 |
| | |||||
* | Fix typo | Kamil Trzcinski | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Update docker guide and add docker-compose.ymlupdate-docker | Kamil Trzcinski | 2015-09-30 | 1 | -167/+5 |
| | |||||
* | Merge branch 'chef-docker' into 'master' | Job van der Voort | 2015-07-16 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | Added note about chef Added note about chef being required to generate GitLab config. because of tweet https://twitter.com/grahamgilbert/status/621015318442459136 See merge request !982 | ||||
| * | added additional spacechef-docker | karen Carias | 2015-07-15 | 1 | -0/+1 |
| | | |||||
| * | added note about chef | karen Carias | 2015-07-15 | 1 | -0/+1 |
| | | |||||
* | | Revert "Change default admin password from "5iveL!fe" to "password"" | Sytse Sijbrandij | 2015-07-14 | 1 | -1/+1 |
|/ | | | | This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a. | ||||
* | information about why we use fig.yml | karen Carias | 2015-07-10 | 1 | -3/+5 |
| | |||||
* | Revert "Remove intro and link to Dockerhub" | Sytse Sijbrandij | 2015-07-10 | 1 | -4/+1 |
| | | | | This reverts commit 57ec2832875aa976950093479b6a69f4e852807c. | ||||
* | Remove intro and link to Dockerhub | Sytse Sijbrandij | 2015-07-10 | 1 | -1/+4 |
| | |||||
* | Remove intro and link to Dockerhub | Sytse Sijbrandij | 2015-07-10 | 1 | -5/+2 |
| | |||||
* | Markdown fixdocker-single | Kamil Trzcinski | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Add note about HTTPS | Kamil Trzcinski | 2015-07-07 | 1 | -0/+2 |
| | |||||
* | Fix port issue | Kamil Trzcinski | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Fix port 80443 => 8443 | Kamil Trzcinski | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | Final touches | Kamil Trzcinski | 2015-07-06 | 1 | -12/+12 |
| | |||||
* | Update Docker documentation to use single container | Kamil Trzcinski | 2015-07-06 | 1 | -81/+85 |
| | |||||
* | Change default admin password from "5iveL!fe" to "password" | Robert Speicher | 2015-06-24 | 1 | -2/+2 |
| | |||||
* | Self build images require different build commands. | Sytse Sijbrandij | 2015-06-11 | 1 | -1/+6 |
| | |||||
* | [Docker][Documentation] Uses new docker data image from Docker Hub ↵ | Stefan Schweter | 2015-06-11 | 1 | -5/+5 |
| | | | | (*sytse/gitlab-data*). Uniform tag name for data image is now *gitlab-data*. | ||||
* | Improve instructions for publishing gitlab-app. | Sytse Sijbrandij | 2015-06-05 | 1 | -3/+5 |
| | |||||
* | small typo | Terrence Benade | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | Fix spelling error, thanks Mark | Sytse Sijbrandij | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | Remove the volumes from the single image to keep it simple. | Sytse Sijbrandij | 2015-05-07 | 1 | -5/+5 |
| | |||||
* | No need to commit when using a dockerfile. | Sytse Sijbrandij | 2015-05-07 | 1 | -4/+4 |
| | |||||
* | Cleanup the order of the docker manual a bit more. | Sytse Sijbrandij | 2015-05-07 | 1 | -7/+13 |
| | |||||
* | Put the retrieval of published images first. | Sytse Sijbrandij | 2015-05-07 | 1 | -44/+37 |
| | |||||
* | Add headers and reduce duplication. | Sytse Sijbrandij | 2015-05-07 | 1 | -40/+32 |
| | |||||
* | Small improvements to the dockerfile. | Sytse Sijbrandij | 2015-05-06 | 1 | -3/+1 |
| | |||||
* | Made a single docker file. | Sytse Sijbrandij | 2015-05-06 | 1 | -31/+83 |
| | |||||
* | Add more instuctions on how to publish docker images yourself. | Sytse Sijbrandij | 2015-04-27 | 1 | -9/+35 |
| | |||||
* | Separate Dockerfile for Data and Application | Jozef Vaclavik | 2015-03-20 | 1 | -9/+29 |
| | |||||
* | Fix typo in the README.md for docker | zertrin | 2014-12-04 | 1 | -1/+1 |
| | | | The container name has been previously renamed to "gitlab_app". | ||||
* | Reword configuration to recommend an interactive command line | Vincent Robert | 2014-12-04 | 1 | -2/+6 |
| | |||||
* | gitlab-ctl can now be followed with docker logs | Vincent Robert | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Add password hint. | Sytse Sijbrandij | 2014-12-03 | 1 | -1/+3 |
| | |||||
* | Move commands to the readme, rename gitlab to gitlab_app, add PostgreSQL ↵ | Sytse Sijbrandij | 2014-12-03 | 1 | -7/+23 |
| | | | | tweaks to gitlab.rb. | ||||
* | Add troubleshooting section to the docker documentation. | Sytse Sijbrandij | 2014-12-02 | 1 | -2/+6 |
| | |||||
* | Add Dockerfile to build an Omnibus GitLab image | Vincent Robert | 2014-11-27 | 1 | -0/+42 |