Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Updated Developer Guide: Installing and using Docker (markdown)
authored
Oct 10, 2018
by
Michael Rademaker
Hide whitespace changes
Inline
Side-by-side
Developer-Guide:-Installing-and-using-Docker.md
View page @
3580a6c9
...
...
@@ -154,7 +154,7 @@ The docker images created by boulding the docker-compose files can be exported a
### Export
Run the following command to build the images with the proper tags:
```
DATE_TAG=2018-10-09
docker-compose -p your_project -f profile/production.yml build
SETUP_WIPE_CLEAN_INSTALL=
<true
or
false
>
SETUP_ADMIN_PASSWORD=
<someSecret>
DATE_TAG=
<some_date>
docker-compose -p your_project -f profile/production.yml build
```
When the enviroment variable `DATE_TAG` is omitted, then the tag `latest` is used for the image.