Hi Greg (@striker ) and @Sean ,
I suggest you try with podman which works fine with a fedora template. I don’t use it for web dev, but for CI.
With podman, all the docker images are usable…
See a related topic:
Just like @unman I do use podman for OCI containers.
With podman-docker you get a simple alias that helps you when you follow docker based instruction manuals. You can even use docker-compose with podman. I would recommend using Fedora for that. It is as simple as:
# TemplateVM
$ sudo dnf install podman-docker docker-compose
# App VM
$ bash <(echo "sudo systemctl enable --now podman.socket" | sudo tee -a /rw/config/rc.local)
Most oft those containers, that I am occasionally running, are root…
1 Like