Open baronleonardo opened 1 year ago
Also facing this bug, I found that if you restart your system and delete the toolboxes & images it gets fixed, however, not sure if temporarily or permanently.
Simple script to snapshot and restore broken toolbox
podman container export dev -o dev.tar
podman import dev.tar dev
toolbox rm dev
toolbox create --image dev
and then the toolbox works like normal again
Describe the bug can't start any container
Steps how to reproduce the behaviour
toolbox enter xxx
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.4
Toolbox package info (
rpm -q toolbox
)toolbox-0.0.99.4-1.fc38.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-4.5.1-1.fc38.x86_64
Info about your OS Fedora Workstation 38
Additional context log