Files
docker-deployment/test

8 lines
268 B
Plaintext

docker run -t -i -n=false \
--lxc-conf="lxc.network.type = veth" \
--lxc-conf="lxc.network.flags = up" \
--lxc-conf="lxc.network.link = br0" \
--lxc-conf="lxc.network.ipv4 = 10.0.2.123" \
--lxc-conf="lxc.network.ipv4.gateway=10.0.2.15" \
hamachi /bin/bash