f9a5f9e7e3
The ssh plugin will now use the `nsenter` command to attach to the container instead of splitting the command functionality between nspawn and lxc. With the use of `nsenter` we can now selectively use different namespaces when remotely executing against a container. A new option was added to the plugin for "container_namespaces" which is a user provided interface for passing in the namespaces used to attach to the container. If this option is undefined the default namespaces will be used for full container isolation. Change-Id: I904ee68bbc59a0ee4458401a243246bb3f4c3523 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
7 lines
286 B
YAML
7 lines
286 B
YAML
---
|
|
features:
|
|
- A new option was added to the plugin for `container_namespaces` which is a
|
|
user provided interface for passing in the namespaces used to attach to the
|
|
container. If this option is undefined the default namespaces will be used
|
|
for full container isolation.
|