Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 7 | -356/+5 |
| | |||||
* | Fixed #1952 docker ssh connection times can be slow when UseDNS is enabled | Rowan Wookey | 2015-08-26 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | |||||
* | | Fix docker imagedocker-image | Kamil Trzcinski | 2015-07-14 | 2 | -1/+8 |
| | | |||||
* | | 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 |
| | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Sytse Sijbrandij | 2015-07-10 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: docker/marathon.json | ||||
| * | Update image to latest one | Sytse Sijbrandij | 2015-07-10 | 1 | -1/+1 |
| | | |||||
* | | Add volumes to marathon file. | Sytse Sijbrandij | 2015-07-10 | 1 | -1/+18 |
|/ | |||||
* | 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 | 11 | -231/+125 |
| | |||||
* | Added data volumes to Dockerfile | Kamil Trzcinski | 2015-07-06 | 1 | -2/+5 |
| | |||||
* | 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 |
| | |||||
* | Set gitlab.rb in Docker single image in order to make PostgreSQL start up ↵ | Stan Hu | 2015-05-15 | 2 | -0/+38 |
| | | | | | | properly See gitlab-org/omnibus-gitlab#552 | ||||
* | Use apt repositories to upgrade Docker builds to the latest GitLab version | Stan Hu | 2015-05-13 | 2 | -15/+12 |
| | | | | Reduces the need to bump versions periodically. | ||||
* | 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 | 2 | -23/+6 |
| | |||||
* | 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 |
| | |||||
* | Forgot to link the third directory, thanks Ben. | Sytse Sijbrandij | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | Small improvements to the dockerfile. | Sytse Sijbrandij | 2015-05-06 | 2 | -3/+3 |
| | |||||
* | Made a single docker file. | Sytse Sijbrandij | 2015-05-06 | 7 | -31/+173 |
| | |||||
* | Docker: update omnibus package | Jakob Englisch | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Sytse Sijbrandij | 2015-04-27 | 1 | -1/+1 |
|\ | |||||
| * | Upgrade Docker build to v7.10.0 | Stan Hu | 2015-04-27 | 1 | -1/+1 |
| | | |||||
* | | Add more instuctions on how to publish docker images yourself. | Sytse Sijbrandij | 2015-04-27 | 1 | -9/+35 |
|/ | |||||
* | gitlab 7.9.2 | Igor Kostenko | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Bump Docker build to GitLab v7.9.1 | Stan Hu | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into 'master' | Sytse (admin) | 2015-03-26 | 4 | -13/+37 |
|\ | | | | | | | | | | | | | | | | | | | Separate Dockerfile for Data and Application This is based on #1158 Instead of creating data container from same docker image, we create separate docker image for data container to avoid keeping original docker image after upgrading to new version. (That results in 1GB space that cannot be freed) See merge request !409 | ||||
| * | Separate Dockerfile for Data and Application | Jozef Vaclavik | 2015-03-20 | 4 | -13/+37 |
| | | |||||
* | | Bump Docker build to GitLab v7.9.0 | Stan Hu | 2015-03-23 | 1 | -1/+1 |
|/ | |||||
* | Upgrade Docker image to GitLab v7.8.3 | Stan Hu | 2015-03-10 | 1 | -1/+1 |
| |