Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit 89d7b07

Browse files
committed
Use base image for data container
Data container can take less space on application image upgrade
1 parent 741fcfb commit 89d7b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The directories on data container are:
2222
Create the data container with:
2323

2424
```bash
25-
sudo docker run --name gitlab_data genezys/gitlab:7.6.2 /bin/true
25+
sudo docker run --name gitlab_data ubuntu:14.04 /bin/true
2626
```
2727

2828
After creating this, run GitLab:

0 commit comments

Comments
 (0)