BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ba955fe1
Commit
ba955fe1
authored
Dec 01, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change gitlab to gitlab_image on data run and add tail, thanks Vincent Robert.
parent
e08255ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Dockerfile
docker/Dockerfile
+4
-3
No files found.
docker/Dockerfile
View file @
ba955fe1
# 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.
# 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
# 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
# sudo docker run -t --rm --volumes-from gitlab_data ubuntu tail -f /var/log/gitlab/reconfigure.log
FROM
ubuntu:14.04
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