Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker network not found after restart server #2571

Open
JamesDAdams opened this issue Jul 14, 2020 · 0 comments
Open

Docker network not found after restart server #2571

JamesDAdams opened this issue Jul 14, 2020 · 0 comments

Comments

@JamesDAdams
Copy link

Hi,

I created a virtual network in docker:

docker network create \ -o parent=virbr2-lab \ -o com.docker.network.bridge.enable_icc=false \ --driver macvlan \ --subnet 192.168.2.0/24 \ --gateway 192.168.2.10 \ docker-lab2

and i connected a container (linuxserver/ubooquity) to this network and it's work but after a restart if i start the container i have this message:

docker container start ubooquity
Error response from daemon: failed to create endpoint ubooquity on network docker-lab2: network id "05669dcbecbb4298cca6f59517b6adad1a66081a7c28658213a37dc710392650" not found
Error: failed to start containers: ubooquity

but the network existe...

thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant