Replies: 2 comments
-
A custom CIDR can be specified via |
Beta Was this translation helpful? Give feedback.
-
I found this issue because I receive an identical error message using the latest Rancher Desktop (which bundles UPDATE: reverting to Rancher Desktop 1.5.0 from 1.5.1 and performing a second factory reset resolved it for me. |
Beta Was this translation helpful? Give feedback.
-
Description
Environment: colima running containerd and nerdctl
I have followed the instructions for building and running
nerdctl
indocker
from the repository README. I do not havedocker
installed locally because I prefer to usenerdctl
for my container needs. When runningnerdctl
innerdctl
, the following error is reported:FATA[0000] subnet 10.4.0.0/24 overlaps with other one on this address space
My goal behind this operation is to use nerdctl in a Kubernetes environment, which I do have working with one caveat - I need to enable legacy iptables to make it work.
Steps to reproduce the issue
nerdctl build -t nerdctl:latest .
nerdctl run --rm -it --privileged nerdctl bash
nerdctl run --rm docker.io/hello-world
Describe the results you received and expected
I can't seem to view, add, or change network settings because of the subnet overlap situation.
What version of nerdctl are you using?
current clone from repository (as of 2022-08-08 08:42 ET)
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
Colima
Host information
On host:
From container running on host:
Beta Was this translation helpful? Give feedback.
All reactions