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
Jérome Perrin
gitlab-ce
Commits
ed7b3f84
Commit
ed7b3f84
authored
Dec 14, 2014
by
Jeroen van Baarsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8429 from zertrin/fix-typo-in-docker-readme-1
Fix typo in the README.md for docker
parents
3615b4de
4acf2516
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/README.md
docker/README.md
+1
-1
No files found.
docker/README.md
View file @
ed7b3f84
...
...
@@ -39,7 +39,7 @@ After creating this run GitLab:
sudo
docker run
--detach
--name
gitlab_app
--publish
8080:80
--publish
2222:22
--volumes-from
gitlab_data gitlab_image
```
It might take a while before the docker container is responding to queries. You can follow the configuration process with
`docker logs -f gitlab`
.
It might take a while before the docker container is responding to queries. You can follow the configuration process with
`docker logs -f gitlab
_app
`
.
You can then go to
`http://localhost:8080/`
(or
`http://192.168.59.103:8080/`
if you use boot2docker).
You can login with username
`root`
and password
`5iveL!fe`
.
...
...
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