LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
888 stars 30 forks source link

[contributing] Allow using Docker or Podman for builds #887

Closed LukeShortCloud closed 1 month ago

LukeShortCloud commented 1 month ago

Although we require elevated privileges to build winesapOS, I use Podman for work and personal life due to not needing a daemon or root access by default. Podman can also be easily installed onto any Linux distribution making it more accessible. I'd like to push for Podman in our builds but Docker will still work, too.

GuestSneezeOSDev commented 1 month ago

Maybe add support for both Docker and Podman?

LukeShortCloud commented 1 month ago

You're right, we should support both. No reason why we can't.

GuestSneezeOSDev commented 1 month ago

I am making a pull request where podman will be implemented (Take a look)

GuestSneezeOSDev commented 1 month ago

My Pull request is coming very soon, Docker Can be found here Podman Can be found here

GuestSneezeOSDev commented 1 month ago

You may close this issue