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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: