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
This issue is to track the required changes to make Docker 20.10 work for self-hosted installation. It was fixed in production and reported in issue #3051 but does not work for self-hosted (yet).
Error when running Docker 20.10 on Gitpod 0.10.0
$ docker run hello-world
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "proc" to rootfs at "/proc" caused: mount through procfd: operation not permitted: unknown.
ERRO[0003] error waiting for container: context canceled
Current workaround is to downgrade to Docker 19.03. This can be done with the following custom workspace image
@MasonM Try adding this to your answers.yaml for the chart
defaults:
dnsPolicy: ClusterFirstWithHostNet
I added this some time ago to the self-hosted install on RKE to address the issue with NodePorts and HostPorts and incorrect DNS resolution. Not sure if it is related, but I thought it might be worth a try.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is to track the required changes to make Docker 20.10 work for self-hosted installation. It was fixed in production and reported in issue #3051 but does not work for self-hosted (yet).
Error when running Docker 20.10 on Gitpod 0.10.0
Current workaround is to downgrade to Docker 19.03. This can be done with the following custom workspace image
Thanks to @asthomasdk for posting this workaround on Discord.
The text was updated successfully, but these errors were encountered: