Last active
September 2, 2025 17:01
-
-
Save danilogco/1a6850f1fd10ab57037a98817eb03170 to your computer and use it in GitHub Desktop.
Stop "network changed" message in browser while using docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nano /etc/NetworkManager/conf.d/10-ignore-docker.conf | |
# add it inside the file | |
# [keyfile] | |
# unmanaged-devices=interface-name:br-*;interface-name:veth*;interface-name:docker*;interface-name:lo | |
docker network prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment