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
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docker/Dockerfile
docker/Dockerfile
+4
-3
No files found.
docker/Dockerfile
View file @
ba955fe1
# At this moment GitLab doesn't have official Docker images.
# At this moment GitLab doesn't have official Docker images.
# Build your own based on the Omnibus packages with the following commands.
# Build your own based on the Omnibus packages with the following commands.
# The first commands assumes you're in the GitLab repo root directory.
# The first commands assumes you're in the GitLab repo root directory.
# Build: sudo docker build --tag gitlab_image docker/.
# sudo docker build --tag gitlab_image docker/
# Data: sudo docker run --name gitlab_data gitlab /bin/true
# sudo docker run --name gitlab_data gitlab_image /bin/true
# Run: sudo docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --volumes-from gitlab_data gitlab_image
# 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
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