File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
120121You 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
You can’t perform that action at this time.
0 commit comments