Commit 38510538 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Make docker image file user agnostic, to prevent confusion over official images.

parent 3a723ad2
# Data: docker run --name gitlab_data genezys/gitlab:7.5.1 /bin/true
# Run: docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data genezys/gitlab:7.5.1
# Data: docker run --name gitlab_data USER/IMAGE:TAG /bin/true
# Run: docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data USER/IMAGE:TAG
FROM ubuntu:14.04
MAINTAINER Vincent Robert <vincent.robert@genezys.net>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment