Last active
February 7, 2020 15:41
-
-
Save skleeschulte/8b792964e18680a8f3de60202819e4a3 to your computer and use it in GitHub Desktop.
Example Docker config file for IPv6 on Ubuntu 18.04
This file contains 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
{ | |
"ipv6": true, | |
"fixed-cidr-v6": "fd00::/80" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment