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
One thing to keep in mind is that we need to migrate our internal Docker usage (Toolbox, flannel/etcd services, BCC tool aliases) to something that is not manged by the user. We could for example have a tool in the image that allows us to download and unpack container images, and then use systemd-nspawn for that, but actually I would rather like to see Podman as part of the base image because it fits quite well for that task as it has no daemon requirement and works separate from, e.g., containerd which may be manged by the user.
We ship Flatcar by default with Docker / Containerd, which suits most, but not all, use cases:
Using systemd-sysext, we would be able to support a custom container stack at provisioning time, e.g.
The text was updated successfully, but these errors were encountered: