Hello,
I am using Dockge to manage docker compose, but getting error in the title. I was searching, but couldn't find the solution. I tried this: https://stackoverflow.com/ques…ker-network-on-one-server
so my daemon.json file looked like this
{
"default-address-pools": [
{
"base":"172.17.0.0/12",
"size":16
},
{
"base":"192.168.0.0/16",
"size":20
},
{
"base":"10.99.0.0/16",
"size":24
}
]
"data-root": "/var/lib/docker"
}
But after saving this docker didn't start. Does someone has the solution?
Thank you!