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
also need a solution for restarting containers when the host is rebooted (rootful does this by default - I think you can set a flag on the user to allow startup of user services?)
The text was updated successfully, but these errors were encountered:
I've tested rootless docker and --network host. It looks like it does not behave like podman and the PVs are not exposed to the host (although they are exposed to phoebus running in a container with network host).
For simplicity in that case I think we stick with rootfull dcoker for now - we already have that working and it seems that more thought would be needed to use epics-containers in production without kubernetes. It's probably resolvable - but I don't actually have any customers for non-K8S yet, so will leave it for now.
Consider mandating rootless docker for epics-containers. As per https://epics-containers.github.io/main/explanations/rootless.html
The text was updated successfully, but these errors were encountered: