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 @@ -8,6 +8,7 @@ toolbox\-create - Create a new Toolbx container
88 [ * --distro DISTRO* | * -d DISTRO* ]
99 [ * --image NAME* | * -i NAME* ]
1010 [ * --release RELEASE* | * -r RELEASE* ]
11+ [ * --build BUILDCONTEXT* | * -b BUILDCONTEXT* ]
1112 [ * CONTAINER* ]
1213
1314## DESCRIPTION
@@ -110,6 +111,14 @@ remote registry.
110111Create a Toolbx container for a different operating system RELEASE than the
111112host. Cannot be used with ` --image ` .
112113
114+ ** --build** BUILDCONTEXT, ** -b** BUILDCONTEXT
115+
116+ Build a toolbx image from the build context found at BUILDCONTEXT by passing it
117+ to ` podman build ` . Afterwards it sets the tag to ` localhost/<name of the image> `
118+ by extracting the name from the image and then creates the container like normal.
119+
120+ You cannot use ` --distro ` , ` --release ` or ` --image ` together with this option.
121+
113122## EXAMPLES
114123
115124### Create the default Toolbx container matching the host OS
You can’t perform that action at this time.
0 commit comments