I am trying to get used to develop in containers (I am using Silverblue) and have questions.
At the time I am using a container with toolbox create ..., then enter with toolbox enter ... and then I run a bash script for installing necessary content.
But I thought I could move the installation process into a Containerfile but not every container is usable by toolbox.
So here are my questions:
What are the main differences between a toolbox container and a “normal” Fedora container?
How does a minimal Containerfile have to look like, to be usable with toolbox?
How does a “good” Containerfile look like?
Can I use different distribution images with toolbox, even though they are not officially supported?