runc/sample_configs
Mrunal Patel b0eece8d7d Adds support for User Namespaces.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Adds sample configuration to test user namespaces.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Rebases to master.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Fixes integration tests.
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Move selinux labeling, apparmor profile and restrict kernel files back to init.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Separate the code paths for userns and default cases.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

tty not required for setup

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Cleanup and address review comments.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Remove debug logs and other cleanup.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)

Use function paramaters for SetupContainer.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com> (github: mrunalp)
2015-01-19 14:50:21 -05:00
..
README.md Add minimal sample configuration files for testing 2014-06-20 10:00:17 -07:00
apparmor.json Implement types for namespaces 2014-12-16 16:34:46 -08:00
attach_to_bridge.json Implement types for namespaces 2014-12-16 16:34:46 -08:00
host-pid.json Add config for running a container in host pid ns 2015-01-12 10:29:41 -08:00
minimal.json Implement types for namespaces 2014-12-16 16:34:46 -08:00
route_source_address_selection.json Implement types for namespaces 2014-12-16 16:34:46 -08:00
selinux.json Implement types for namespaces 2014-12-16 16:34:46 -08:00
userns.json Adds support for User Namespaces. 2015-01-19 14:50:21 -05:00

README.md

These configuration files can be used with nsinit to quickly develop, test, and experiment with features of libcontainer.

When consuming these configuration files, copy them into your rootfs and rename the file to container.json for use with nsinit.