LXD
Example manifest for LXD:
hosts:
lxd:
cmd: "lxc exec some-container -- norouter"
vip: "127.0.42.103"
ports: ["8080:127.0.0.1:80"]
The norouter
binary can be installed by using lxc file push
:
$ lxc launch ubuntu:20.04 foo
$ lxc file push norouter foo/usr/local/bin/norouter
Last modified October 9, 2020: hugo (209d7cb)