EXAMPLES
Enter a toolbox container using the default image matching the host OS
$ toolbox enter
Enter a toolbox container using the default image for Fedora 36
$ toolbox enter --distro fedora --release f36
Enter a custom toolbox container using a custom image
$ toolbox enter foo
The last example confuses me. How does $ toolbox enter foo know which image to use? Isn’t “foo” the name of the container? Or do they actually mean: “Enter a custom toolbox container using the default image”, like in the first example?