Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
e08255ce
Commit
e08255ce
authored
Nov 28, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the docker commands so that people can build their own images.
parent
38510538
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
docker/Dockerfile
docker/Dockerfile
+6
-2
No files found.
docker/Dockerfile
View file @
e08255ce
# Data: docker run --name gitlab_data USER/IMAGE:TAG /bin/true
# At this moment GitLab doesn't have official Docker images.
# Run: docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data USER/IMAGE:TAG
# Build your own based on the Omnibus packages with the following commands.
# The first commands assumes you're in the GitLab repo root directory.
# Build: sudo docker build --tag gitlab_image docker/.
# Data: sudo docker run --name gitlab_data gitlab /bin/true
# Run: sudo docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data gitlab_image
FROM
ubuntu:14.04
FROM
ubuntu:14.04
MAINTAINER
Vincent Robert <vincent.robert@genezys.net>
MAINTAINER
Vincent Robert <vincent.robert@genezys.net>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment