0273d8
[general]
0273d8
# Create a toolbox container for a different operating system distro than the
0273d8
# host. Cannot be used with 'image'.
0273d8
## distro = "fedora"
0273d8
0273d8
# Create a toolbox container for a different operating system release than the
0273d8
# host. Cannot be used with 'image'.
0273d8
## release = "33"
0273d8
0273d8
# Change the name of the image used to create the toolbox container. This is
0273d8
# useful for creating containers from custom-built images. Cannot be used with
0273d8
# 'distro' or 'release'.
0273d8
#
0273d8
# If the name does not contain a registry, the local image storage will be
0273d8
# consulted, and if it's not present there then it will be pulled from a
0273d8
# suitable remote registry.
71ef4b
image = "registry.access.redhat.com/ubi8/toolbox:latest"