Fix for Docker v26.0.1 and above #148
Jip-Hop
announced in
Announcements
Replies: 1 comment 1 reply
-
Looking into this issue, it seems v26.1.1 potentially fixes the underlying change? https://github.com/moby/moby/releases/tag/v26.1.1
Am I correct that this is the underlying cause, or am I way off? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Users who are still using host networking will run into issues when they upgrade docker to v26.0.1 and above. I recommend anyone using docker inside their jail to stop using the
docker_compatible
config option a.s.a.p. and start using macvlan or bridge networking. Refer to the readme for the new recommended setup to run docker in a jail. The new setup is more secure and because the jail has its own networking namespace it's less likely to run into compatibility problems (which is what's causing the docker issues). For a smooth migration I recommend to follow these migration instructions. My docker jail is using bridge networking and the latest docker v26.1.0 is running perfectly!Beta Was this translation helpful? Give feedback.
All reactions