Skip to content

Commit

Permalink
Document flags for tarball build only (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning authored Dec 9, 2020
1 parent 0c1a1a6 commit 5fad5f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fad5f3

Please sign in to comment.