summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
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>