You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Tasks
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
The text was updated successfully, but these errors were encountered: