gardenlinux / builder

Builder used to construct Garden Linux. Re-usable for other OS-projects.
Apache License 2.0
9 stars 1 forks source link

Fall back to docker if podman is not present #7

Open MalteJ opened 1 year ago

MalteJ commented 1 year ago

For user experience reasons, the build script should fall back to docker if podman is not present on the system.

fwilhe commented 8 months ago

This would be useful on github codespaces as docker is pre-installed, but podman is not easily available (ubuntu 20.04 image as of now where podman is not yet in the ubuntu repos)