Skip to content

Commit e591106

Browse files
committed
doc: document the added --build-tag option for the create subcommand
1 parent 43611cf commit e591106

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/toolbox-create.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolbox\-create - Create a new Toolbx container
99
[*--image NAME* | *-i NAME*]
1010
[*--release RELEASE* | *-r RELEASE*]
1111
[*--build BUILDCONTEXT* | *-b BUILDCONTEXT*]
12+
[*--build-tag TAG* | *-t TAG*]
1213
[*CONTAINER*]
1314

1415
## DESCRIPTION
@@ -119,6 +120,14 @@ by extracting the name from the image and then creates the container like normal
119120

120121
You cannot use `--distro`, `--release` or `--image` together with this option.
121122

123+
**--build-tag** TAG, **-t** TAG
124+
125+
Overwrites the tagging behaviour of `--build` by tagging the image with TAG via
126+
`podman build --tag`. If no repository if given or podman doesn't know it,
127+
localhost is used.
128+
129+
Can only be used when `--build` is also used.
130+
122131
## EXAMPLES
123132

124133
### Create the default Toolbx container matching the host OS

0 commit comments

Comments
 (0)