Skip to content

Commit

Permalink
remove 'squash' from build (experimental feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
fscm committed Nov 6, 2019
1 parent f72ddca commit 5b2a849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In order to create a Docker image using this Dockerfile you need to run the
`docker` command with a few options.

```
docker image build --squash --force-rm --no-cache --quiet --tag <USER>/<IMAGE>:<TAG> <PATH>
docker image build --force-rm --no-cache --quiet --tag <USER>/<IMAGE>:<TAG> <PATH>
```

* `<USER>` - *[required]* The user that will own the container image (e.g.: "johndoe").
Expand All @@ -41,7 +41,7 @@ docker image build --squash --force-rm --no-cache --quiet --tag <USER>/<IMAGE>:<
A build example:

```
docker image build --squash --force-rm --no-cache --quiet --tag johndoe/my_pritunl:latest .
docker image build --force-rm --no-cache --quiet --tag johndoe/my_pritunl:latest .
```

To clean any _<none>_ image(s) left by the build process the following
Expand Down

0 comments on commit 5b2a849

Please sign in to comment.