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
Every time I restart my Laptop the docker networks get a new Id.
The result is that my Development Container is no longer able to start up.
This issue startet with after I updated Docker Desktop to 4.x
Is there any way to switch the existing container to the new network id?,
I'd like to be able to restart my laptop without having to recreate the whole container.
Steps To Reproduce
In this environment...
Windows 11, Docker Desktop 4.33.1
With this config...
I'm running a Business Central Container using BCContainerHelper
Hello @TheExample67
Can you give us more details as asked by the issue template, like your compose version? Can you also share with us the Compose file your using, without sensitive data please?
Description
Every time I restart my Laptop the docker networks get a new Id.
The result is that my Development Container is no longer able to start up.
This issue startet with after I updated Docker Desktop to 4.x
Is there any way to switch the existing container to the new network id?,
I'd like to be able to restart my laptop without having to recreate the whole container.
Steps To Reproduce
Windows 11, Docker Desktop 4.33.1
I'm running a Business Central Container using BCContainerHelper
"State": {
"Status": "exited",
"Running": false,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 0,
"ExitCode": 3221225786,
"Error": "could not find a network matching network mode 8be2f66ffc25391d4076d428cd5eb7f3a5c28aad64d699d52e9ab276e7e15e07: network 8be2f66ffc25391d4076d428cd5eb7f3a5c28aad64d699d52e9ab276e7e15e07 not found",
"StartedAt": "2024-10-17T12:14:07.8792415Z",
"FinishedAt": "2024-10-17T17:15:03.0581912+02:00",
"Health": {
"Status": "unhealthy",
"FailingStreak": 333,
"Log": [
{
"Start": "2024-10-17T17:12:35.7468939+02:00",
"End": "2024-10-17T17:12:38.2085681+02:00",
"ExitCode": 1,
"Output": ""
},
Compose Version
No response
Docker Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: