Skip to content

Commit 472a3c1

Browse files
committed
Follow up to #46924
It seems using `fe80::/64` causes `docker start` to fail with "Address already in use". Try to change to a unique local address range instead.
1 parent 4a7c072 commit 472a3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ before_install:
194194
# they shouldn't exist, please revert once more official solutions appeared.
195195
# see https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
196196
- if [ "$TRAVIS_OS_NAME" = linux ]; then
197-
echo '{"ipv6":true,"fixed-cidr-v6":"fe80::/64"}' | sudo tee /etc/docker/daemon.json;
197+
echo '{"ipv6":true,"fixed-cidr-v6":"fd9a:8454:6789:13f7::/64"}' | sudo tee /etc/docker/daemon.json;
198198
sudo service docker restart;
199199
fi
200200

0 commit comments

Comments
 (0)