Run docker within Ubuntu?
newb here. love the idea of blendOS!
I'm coming from Win11 / WSL2 and am used to having an "Ubuntu container" where I run my software development tools (including docker).
wondering how this workflow would transfer to blendOS.
I create an Ubuntu system container, download some source code, and want to run
docker compose up. Would that work from within the ubuntu container?
Or should I be running docker from the Arch base? Or does that defeat the purpose of the system containers?
Or maybe I should be using podman???
halp pls3 Replies
if you can use podman, use it, albeit that if you run a container from your Ubuntu container, it will be inside it, who said Matryoshka ? XD
also, idk under ubuntu, but under arch the rootless version of the docker package is a must !
We use Podman
Podman is rootless
By design
one of many good things about it 🙂