.nh .TH toolbox.conf 5 .SH NAME .PP toolbox.conf - Toolbox configuration file .SH DESCRIPTION .PP Persistently overrides the default behaviour of \fBtoolbox(1)\fR\&. The syntax is TOML and the names of the options match their command line counterparts. Currently, the only supported section is \fIgeneral\fP\&. .SH OPTIONS .PP \fBdistro\fP = "DISTRO" .PP Create a toolbox container for a different operating system DISTRO than the host. Cannot be used with \fBimage\fR\&. .PP \fBimage\fP = "NAME" .PP Change the NAME of the image used to create the toolbox container. This is useful for creating containers from custom-built images. Cannot be used with \fBdistro\fR and \fBrelease\fR\&. .PP If NAME does not contain a registry, the local image storage will be consulted, and if it's not present there then it will be pulled from a suitable remote registry. .PP \fBrelease\fP = "RELEASE" .PP Create a toolbox container for a different operating system RELEASE than the host. Cannot be used with \fBimage\fR\&. .SH FILES .PP The following locations are looked up in increasing order of priority: .PP \fB/etc/containers/toolbox.conf\fP .PP This is meant to be provided by the operating system distributor or the system administrator, and affects all users on the host. .PP Fields specified here can be overridden by any of the files below. .PP \fB$XDG_CONFIG_HOME/containers/toolbox.conf\fP .PP This is meant for user-specific changes. Fields specified here override any of the files above. .SH EXAMPLES .SS Override the default operating system distro: .EX [general] distro = "fedora" release = "36" .EE .SS Override the default image: .EX [general] image = "registry.fedoraproject.org/fedora-toolbox:36" .EE .SH SEE ALSO .PP \fBtoolbox(1)\fR, \fBtoolbox-create(1)\fR