Skip to content

Commit

Permalink
Enable IPv6 in Docker (#5429)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotsog authored and Martin Verzilli committed Dec 21, 2017
1 parent 7791254 commit 9196a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,8 @@ matrix:
os: linux

before_install:
- echo '{"ipv6":true, "fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
- bin/ci prepare_system

install:
Expand Down

0 comments on commit 9196a0d

Please sign in to comment.