ci: publish udp port 172.17.42.1:53

pull/11/head
Sameer Naik 2015-05-04 18:29:20 +05:30
parent 54289b343a
commit b3857c6ad8
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ dependencies:
- docker build -t sameersbn/bind .
test:
override:
- docker run -d -p 53:53/udp sameersbn/bind; sleep 10
- host www.google.com 127.0.0.1
- docker run -d -p 172.17.42.1:53:53/udp sameersbn/bind; sleep 10
- host www.google.com 172.17.42.1