aboutsummaryrefslogtreecommitdiff
path: root/utils/rpcd-mod-lxc/files
Commit message (Collapse)AuthorAge
* rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)Rafał Miłecki2017-11-07
| | | | | | | | | | | | | | | | | | | This method allows getting basic info about a queried container. It's based on the lxc-info command-line tool. Example output: > ubus call lxc info '{ "name": "foo" }' { "name": "foo", "state": "RUNNING", "pid": 2946, "ips": [ "192.168.0.124" ] } Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Approved-by: Luka Perkov <luka@openwrt.org>
* rpcd-mod-lxc: add lxc-create ubus bindingsLuka Perkov2014-11-03
| | | | | | | | 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>
* rpcd-mod-lxc: add package for rpcd lxc moduleLuka Perkov2014-10-21
Signed-off-by: Luka Perkov <luka@openwrt.org>