diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-03 12:41:47 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-12-03 12:41:47 +0100 |
commit | 9e4d39c0513fc91fc2c844d482e82a8e9df8927d (patch) | |
tree | 0bb0120a4f45b2cf6347377fd0b94664501f910b /docker/Dockerfile | |
parent | ed7760b1d7b58d07793437db78f960ed7c4ae182 (diff) | |
download | gitlab-ce-9e4d39c0513fc91fc2c844d482e82a8e9df8927d.tar.gz |
Move commands to the readme, rename gitlab to gitlab_app, add PostgreSQL tweaks to gitlab.rb.
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 292a7238d61..3ffedd16e81 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,10 +1,3 @@ -# At this moment GitLab doesn't have official Docker images. -# Build your own based on the Omnibus packages with the following commands. -# The first commands assumes you're in the GitLab repo root directory. -# sudo docker build --tag gitlab_image docker/ -# sudo docker run --name gitlab_data gitlab_image /bin/true -# sudo docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data gitlab_image - FROM ubuntu:14.04 MAINTAINER Vincent Robert <vincent.robert@genezys.net> |