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
83622930
Commit
83622930
authored
Jun 11, 2015
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
a7a4ae69
0b09436d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docker/README.md
docker/README.md
+5
-5
No files found.
docker/README.md
View file @
83622930
...
...
@@ -80,7 +80,7 @@ sudo docker pull sytse/gitlab-app:7.10.1
```
bash
sudo
docker run
--name
gitlab-data sytse/gitlab-data /bin/true
sudo
docker run
--detach
--name
gitlab
_app
--publish
8080:80
--publish
2222:22
--volumes-from
gitlab_
data sytse/gitlab-app:7.10.1
sudo
docker run
--detach
--name
gitlab
-app
--publish
8080:80
--publish
2222:22
--volumes-from
gitlab-
data sytse/gitlab-app:7.10.1
```
After this you can login to the web interface as explained above in 'After starting a container'.
...
...
@@ -130,7 +130,7 @@ It Assumes that you're upgrading from 7.8.1 to 7.10.1 and you're in the updated
sudo
docker stop gitlab-app
sudo
docker
rm
gitlab-app
sudo
docker build
--tag
gitlab-app:7.10.1 docker/app/
sudo
docker run
--detach
--name
gitlab-app
--publish
8080:80
--publish
2222:22
--volumes-from
gitlab
_
data gitlab-app:7.10.1
sudo
docker run
--detach
--name
gitlab-app
--publish
8080:80
--publish
2222:22
--volumes-from
gitlab
-
data gitlab-app:7.10.1
```
On the first run GitLab will reconfigure and update itself. If everything runs OK don't forget to cleanup the app image:
...
...
@@ -143,13 +143,13 @@ sudo docker rmi gitlab-app:7.8.1
-
Ensure the containers are running
-
Login to Dockerhub with
`sudo docker login`
-
Run the following (replace '7.
9.2
' with the version you're using and 'Sytse Sijbrandij' with your name):
-
Run the following (replace '7.
10.1
' with the version you're using and 'Sytse Sijbrandij' with your name):
```
bash
sudo
docker commit
-m
"Initial commit"
-a
"Sytse Sijbrandij"
gitlab-app sytse/gitlab-app:7.10.1
sudo
docker push sytse/gitlab-app:7.10.1
sudo
docker commit
-m
"Initial commit"
-a
"Sytse Sijbrandij"
gitlab
_data sytse/gitlab_
data
sudo
docker push sytse/gitlab
_
data
sudo
docker commit
-m
"Initial commit"
-a
"Sytse Sijbrandij"
gitlab
-data sytse/gitlab-
data
sudo
docker push sytse/gitlab
-
data
```
## Troubleshooting
...
...
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