Open dadoblake opened 3 years ago
Also had trouble with the network after upgrading to latest docker-ce. (installed from PPA - docker.com)
TLDR; downgrade to earlier docker-ce
Fixed it by,
# Stopping and deleting containers
# Show current and earlier versions of docker-ce
apt-cache policy docker-ce
# Remove installed docker-ce
sudo apt remove --purge docker-ce docker-ce-cli docker-ce-rootless-extras
# Install earlier version
sudo apt install \
docker-ce=5:20.10.3~3-0~raspbian-buster \
docker-ce-cli=5:20.10.3~3-0~raspbian-buster \
docker-ce-rootless-extras=5:20.10.3~3-0~raspbian-buster
On Synology first run works, but after restart container I have the same problem.
--edit
Workaround: Remove and add docker virtual network then start.
Hello, it's a few days the container fails to start, reporting errors when trying to add the default routes to 0.0.0.0/1 and 128.0.0.0/1 with the message. it used to do it in past, but rebooting the host always solved.
i googled it and seems to be related to the same subnet of vpn ip and docker network, but they just start both with 172, they don't belong to the same subnet.
trying to figure it out i could have broken something within the container because it says the txt for pass is empty but of course it is not...