summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-12-03 12:41:47 +0100
committerSytse Sijbrandij <sytses@gmail.com>2014-12-03 12:41:47 +0100
commit9e4d39c0513fc91fc2c844d482e82a8e9df8927d (patch)
tree0bb0120a4f45b2cf6347377fd0b94664501f910b /docker/Dockerfile
parented7760b1d7b58d07793437db78f960ed7c4ae182 (diff)
downloadgitlab-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/Dockerfile7
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>