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

Advanced Container Support #775

Open
5 tasks
troglobit opened this issue Oct 28, 2024 · 0 comments
Open
5 tasks

Advanced Container Support #775

troglobit opened this issue Oct 28, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@troglobit
Copy link
Contributor

Tasks

  • Inherit DNS from host (dnsmasq) instead of podman default
  • Manage registries in configuration, including custom HTTPS certs
  • Manage volumes in configuration (only basic named volumes)
  • Support images from external media (encrypted?)
  • Support shared mounts/volumes from external media

Inherit DNS

It should be possible to inherit DNS from the host since we use dnsmasq and openresolv to handle static/dynamic (conf/dhc) DNS servers. We could even leverage dnsmasq's /etc/host support by adding entries for all running containers, e.g. CONTAINER-NAME.INFIX-HOST.DOMAIN.

Registries

  • Local registries may require validation of self-signed https certs.
  • Registries may take authentication, we need secure storage of auth. parameters somehow.
@troglobit troglobit added enhancement New feature or request triage Pending investigation & classification (CCB) and removed triage Pending investigation & classification (CCB) labels Oct 31, 2024
@troglobit troglobit added this to the FUTURE milestone Oct 31, 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
Status: No status
Development

No branches or pull requests

1 participant