Jump to content

[v6.4] Docker configuration automatically being deleted


MrMoosieMan

Recommended Posts

In v6.3 I created a Docker network via the below commands so that I can assign specific IPs to my individual containers.  This worked great for about a year.  Yesterday I upgraded to v6.4 and started having issues with this Docker config.  When I apply the below commands, my containers start without issue but automatically shut down after some time passes.  One the containers shutdown, I review my Docker config (command: "docker network ls"), the below configuration has been deleted.  Any ideas what could cause this and how can I resolve it?  Thank you!

 

docker network create \
-o parent=br0 \
--driver macvlan \
--subnet 10.10.10.0/24 \
--ip-range 10.10.10.224/27 \
--gateway 10.10.10.101 \
docker1

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...