mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 22:34:41 +01:00
Example call:
$ ubus call lxc create '{ "name": "bar", "template": "download", "args": [ "--no-validate", "--dist", "debian", "--release", "sid", "--arch", "i386" ] }'
Signed-off-by: Luka Perkov <luka@openwrt.org>