Hi.
I’m starting to try fedora-toolbox before migrating to Silverblue and apparently I can’t run podman commands (so probably no buildah commands either) from inside the toolbox.
$ podman start haproxy-test
WARN[0000] using rootless single mapping into the namespace. This might break some images. Check /etc/subuid and /etc/subgid for adding subids
Error: unable to start container “haproxy-test”: container create failed: container_linux.go:345: starting container process caused “process_linux.go:430: container init caused “rootfs_linux.go:58: mounting \“devpts\” to rootfs \”/home/navaati/.local/share/containers/storage/vfs/dir/c0f31ef1c2cbe407e81801ab5e9b7e86de343fa817747a6b26af44e07c2c2e3f\” at \"/home/navaati/.local/share/containers/storage/vfs/dir/c0f31ef1c2cbe407e81801ab5e9b7e86de343fa817747a6b26af44e07c2c2e3f/dev/pts\" caused \“invalid argument\”""
: internal libpod error
I realize I could just go out of the toolbox, start my container, and go back. Still… Do you think there could be a way to make it smoother ?