Frederic Crozat changed bug 1222499
What Removed Added
Flags needinfo?(fcrozat@suse.com)  
CC   luca.dimaio1@gmail.com

Comment # 3 on bug 1222499 from Frederic Crozat
Reproducer from Aeon (ie Tumbleweed MicroOS):

DBX_CONTAINER_MANAGER="podman" distrobox create --image fedora:latest --name
fedora -a "--runtime runc"

DBX_CONTAINER_MANAGER="podman" distrobox enter fedora


this will fail at "enter" command.

However:

distrobox rm -f fedora (to do the cleanup)


DBX_CONTAINER_MANAGER="podman" distrobox create --image fedora:latest --name
fedora -a "--runtime crun"

DBX_CONTAINER_MANAGER="podman" distrobox enter fedora

will work nicely


You are receiving this mail because: