Greetings!
I have followed the getting started section for setting up a Fedora CoreOS bare metal installation. I’m past the ignition piece and I can successfully ssh and get a bash prompt. I am interested in using toolbox from here to create mutable containers.
I am doing something wrong because when I try to run toolbox enter i get the error:
toolbox: failed to start container fedora-toolbox-32
Is there some additional configuration that is needed for toolbox to work OOTB?
Podman seems to be working fine I ran this sample from podman’s website:
$ podman run -dt -p 8080:8080/tcp registry.fedoraproject.org/f29/httpd
I can connect to apache on port 8080 without any issues.
I removed the fedora-toolbox-32 container using podman and re-ran toolbox create but it still fails when I run toolbox enter
I also tried running sudo toolbox enter even though I realize that defeats the purpose of podman. This gave me a different error:
toolbox: unable to migrate containers: runtime directory not created
What am I doing wrong? Should I not be using toolbox?