ci: publish udp port 172.17.42.1:53
parent
54289b343a
commit
b3857c6ad8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue