Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support podman as runner #1

Closed
5 tasks done
pjbgf opened this issue Oct 27, 2024 · 2 comments
Closed
5 tasks done

Support podman as runner #1

pjbgf opened this issue Oct 27, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@pjbgf
Copy link
Member

pjbgf commented Oct 27, 2024

The only supported runner for containers atm is docker. For feature parity, podman support needs:

  • Opt-in container runtime.
    • Potentially auto-detect and switch to podman or docker depending on what is installed.
  • File permission issues: when mounting dirs, files owned by low ID users appear as root in podman.
  • GPU passthrough.
  • Device sharing.
  • User groups (e.g. video, audio).
@pjbgf pjbgf added the enhancement New feature or request label Oct 27, 2024
pjbgf added a commit that referenced this issue Nov 19, 2024
Key highlights:
- Add support for podman.
- Support running xorg profiles in a Wayland host.
- General improvement of user experience and messages.
- Debug mode using `QS_DEBUG=true`.

Relates to #1 #2.
@pjbgf
Copy link
Member Author

pjbgf commented Nov 29, 2024

GPU support based on CDI and tested for Tumbleweed.

@pjbgf
Copy link
Member Author

pjbgf commented Nov 29, 2024

Closing as of #21.

@pjbgf pjbgf closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant