In the readme, as example code on binding to a physical interface, you have:
pipework eth2 $(docker run -d hipache /usr/sbin/hipache) 50.19.169.157
pipework eth3 $(docker run -d hipache /usr/sbin/hipache) 107.22.140.5
However, running something similar, I get:
# ./pipework eth1 $(docker run -d -t -i --name=test2 ubuntu:14.04 /bin/bash) 192.168.10.72
The IP address should include a netmask.
Maybe you meant 192.168.10.72/24 ?
Hi,
In the readme, as example code on binding to a physical interface, you have:
However, running something similar, I get:
Is one of these incorrect? Thanks!