| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 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 |
* | Update Dockerfile for GitLab 7.8.1 | Robert Schilling | 2015-03-01 | 1 | -1/+1 |
* | Gracefully shutdown services in Docker container | kfei | 2015-02-24 | 4 | -4/+25 |
* | Bump GitLab for Docker to version 7.8.0 | shafan | 2015-02-23 | 1 | -2/+2 |
* | Bump GitLab for Docker to version 7.7.2 | Vincent Robert | 2015-01-30 | 1 | -1/+1 |
* | Bump Gitlab for Docker to 7.7.1 | Vincent Robert | 2015-01-29 | 1 | -1/+1 |
* | Update the Omnibus package in Dockerfile | kfei | 2015-01-15 | 1 | -1/+1 |
* | Merge pull request #8458 from kfei/docker/reduce-image-size | Dmitriy Zaporozhets | 2014-12-20 | 1 | -3/+3 |
|\ |
|
| * | Reduce the size of Docker image | kfei | 2014-12-16 | 1 | -3/+3 |
* | | Update the Omnibus package in Dockerfile | kfei | 2014-12-16 | 1 | -1/+1 |
|/ |
|
* | Fix typo in the README.md for docker | zertrin | 2014-12-04 | 1 | -1/+1 |
* | Fix spelling error in dockerfile, thanks Vincent for noting it. | Sytse Sijbrandij | 2014-12-04 | 1 | -1/+1 |
* | Merge branch 'docker-version-upgrades' into 'master' | Sytse Sijbrandij | 2014-12-04 | 1 | -0/+2 |
|\ |
|
| * | Add some comments about updating the Omnibus package download location for th... | Sytse Sijbrandij | 2014-12-04 | 1 | -0/+2 |
* | | 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 | 2 | -2/+2 |
* | | Move to 7.5.2 | Vincent Robert | 2014-12-04 | 1 | -1/+1 |
|/ |
|
* | Remove docker file maintainer at his request. https://gitlab.com/gitlab-org/g... | Sytse Sijbrandij | 2014-12-03 | 1 | -1/+0 |
* | Add password hint. | Sytse Sijbrandij | 2014-12-03 | 1 | -1/+3 |
* | Move commands to the readme, rename gitlab to gitlab_app, add PostgreSQL twea... | Sytse Sijbrandij | 2014-12-03 | 4 | -19/+42 |
* | Add command to limit Postgres memory allocation, thanks Jacob.user-agnostic-docker-example | Sytse Sijbrandij | 2014-12-02 | 1 | -0/+4 |
* | Move build to first step and add interactive commands. | Sytse Sijbrandij | 2014-12-02 | 1 | -1/+27 |
* | Postgres log location is a directory. | Sytse Sijbrandij | 2014-12-02 | 1 | -2/+2 |
* | Add interactive commands. | Sytse Sijbrandij | 2014-12-02 | 1 | -0/+2 |
* | Change vim command. | Sytse Sijbrandij | 2014-12-02 | 1 | -1/+1 |
* | Remove vim since it is of no use to running GitLab. | Sytse Sijbrandij | 2014-12-02 | 1 | -1/+0 |
* | Add troubleshooting section to the docker documentation. | Sytse Sijbrandij | 2014-12-02 | 3 | -5/+32 |
* | Change gitlab to gitlab_image on data run and add tail, thanks Vincent Robert. | Sytse Sijbrandij | 2014-12-01 | 1 | -3/+4 |
* | Make the docker commands so that people can build their own images. | Sytse Sijbrandij | 2014-11-28 | 1 | -2/+6 |
* | Make docker image file user agnostic, to prevent confusion over official images. | Sytse Sijbrandij | 2014-11-28 | 1 | -2/+2 |
* | Add Dockerfile to build an Omnibus GitLab image | Vincent Robert | 2014-11-27 | 3 | -0/+109 |