Basic the title. Thanks in advance
I hope that this answer your question.
toolbox enter
Install required packages and exit from the toolbox, then create your custom image
podman commit fedora-toolbox-41
List the images
podman images
Grab the Image ID of the image you just created[1], then assign a tag to it
podman tag dcfa871bab03 my-toolbox-41-image
Create a new toolbox using such image
toolbox create -i my-toolbox-41-image my-toolbox-41
And enter in your custom toolbox
toolbox enter my-toolbox-41
It should look like this
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> dcfa871bab03 14 seconds ago 1.6 GB
↩︎
1 Like
you are very smart bro
1 Like