Hi,
i founs a bug in Docker, to reproduce it you must have created a virtual network with virsh.
like that :
Quotedocker network create \
-o parent=virbr1-lab \
--driver macvlan \
--subnet 192.168.0.0/24 \
--gateway 192.168.0.10 \
docker-lab0
And you have to create a network in docker.
Like that :
Quotedocker network create \
-o parent=virbr1-lab \
--driver macvlan \
--subnet 192.168.0.0/24 \
--gateway 192.168.0.10 \
docker-lab0
for the moment everything works without problem but if you restart the unraid server or you restart docker
When you want to restart your container it will tell you that the network docker-lab0 with the ip "8c ..." cannot be found even though it does exist and its id has not changed...
Quote
Error response from daemon: failed to create endpoint 79bb6b95-bd76-469c-bd76-baf92c491b65 on network docker-lab0: network id "8c0e37126a3623e62cc8d91a6b2f11620c4f61754ee9af22748f03c1bf0c8cdf" not found
Error: failed to start containers: 79bb6b95-bd76-469c-bd76-baf92c491b65
Cordially.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.