Package: docker.io Version: 26.1.5+dfsg1-4+b1 Followup-For: Bug #1092165 Dear Maintainer,
I am writing to share that I am also experiencing this issue, using the package version listed above. The following steps can be used to reproduce the problem, as this is the project I most often use with Docker: 1. `git clone g...@github.com:Weasyl/weasyl.git` 2. `cd weasyl` 3. Follow readme instructions for local setup: a. `./wzl configure` b. `./wzl migrate` c. `./wzl assets` d. `./wzl up -d` (This wzl script is a project-specific wrapper for Docker, but the same issue can be observed using `docker compose up -d`.) Upon execution of step 3d, the following output is given: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: failed to add interface veth65ecc5b to sandbox: error setting interface "veth65ecc5b" IP to 172.31.0.2/16: cannot program address 172.31.0.2/16 in sandbox interface because it conflicts with existing route {Ifindex: 117 Dst: 0.0.0.0/0 Src: <nil> Gw: 172.27.0.1 Flags: [] Table: 254 Realm: 0}: unknown I can verify this setup had been working for several months before recent package updates. I hope the reproduction steps help! Please let me know if you need any additional information and I can send it over as soon as possible. Thank you, Hunter Turcin