Ruidong Cao
14e5437cae
cli: add configuration option to use or not use host netns
...
If `disable_new_netns` set to true, create VM and shim processes in the host netns
Signed-off-by: Ruidong Cao <caoruidong@huawei.com >
2018-10-22 21:06:58 +08:00
Sebastien Boeuf
cb351dca10
network: Create network namespace from the CLI
...
This commit moves the network namespace creation out of virtcontainers
in order to anticipate the move of the OCI hooks to the CLI through a
follow up commit.
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2018-08-24 14:19:23 -07:00
James O. D. Hunt
c200b28dc7
tracing: Add context to virtcontainers API
...
Add a `context.Context` parameter to all the virtcontainers API's to
support tracing.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-08-22 08:24:58 +01:00
Ruidong Cao
72df219306
cli: add network commands
...
Add update and list commands for notwork hotplug
Signed-off-by: Ruidong Cao <caoruidong@huawei.com >
2018-08-16 16:10:29 +08:00