Document flags for tarball build only (#1503)

This commit is contained in:
Lars Toenning 2020-12-09 01:13:53 +01:00 committed by GitHub
parent 0c1a1a690a
commit 5fad5f360f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -708,8 +708,9 @@ You can set the `--snapshotMode=<full (default), redo, time>` flag to set how ka
#### --tarPath
Set this flag as `--tarPath=<path>` to save the image as a tarball at path instead of pushing the image.
Set this flag as `--tarPath=<path>` to save the image as a tarball at path.
You need to set `--destination` as well (for example `--destination=image`).
If you want to save the image as tarball only you also need to set `--no-push`.
#### --target