Go to file
Michael Crosby 20daff5e2c Move mount package into libcontainer root
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-02-11 11:20:09 -08:00
apparmor Update a few build tags to be more generic, add a couple more SETNS constants, and update Travis with a bunch of fixes/tweaks (including removing the nonfunctional cross-compile stuff for now) 2014-07-17 02:24:49 -06:00
cgroups Rename Fs fields to fs 2015-02-11 11:20:08 -08:00
configs Move Cwd and User to Process 2015-02-11 11:20:09 -08:00
console Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
devices Rename Fs fields to fs 2015-02-11 11:20:08 -08:00
integration Refactor parent processes into types 2015-02-11 11:20:09 -08:00
label Add call to label to allow it to tell kernel how to label created files 2014-11-20 17:39:39 -05:00
netlink Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
network Refactor parent processes into types 2015-02-11 11:20:09 -08:00
nsenter Refactor init actions into separate types 2015-02-11 11:20:08 -08:00
nsinit Remove Wait() on container interface 2015-02-03 10:50:18 -08:00
sample_configs Rename Fs fields to fs 2015-02-11 11:20:08 -08:00
security Migrate selinux system xattr calls and prctl calls 2014-07-14 16:55:49 -07:00
selinux Fix vet errors 2014-11-05 15:38:58 -08:00
stacktrace Refactor init actions into separate types 2015-02-11 11:20:08 -08:00
system Refactor init actions into separate types 2015-02-11 11:20:08 -08:00
user Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
utils Move environment configuration to Process 2015-02-11 11:20:09 -08:00
vendor/src/github.com Vendors glog dependency for the api branch. 2015-01-14 20:01:05 -05:00
xattr ErrNotSupportedPlatform is undefined define it 2014-10-24 11:36:30 -07:00
.drone.yml Fix GOPATH after Drone mucks with it 2014-11-05 15:29:55 -07:00
.gitignore Remove Wait() on container interface 2015-02-03 10:50:18 -08:00
CONTRIBUTING.md Rename the file as per github convention. 2014-10-22 17:39:52 -04:00
Dockerfile Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
LICENSE Add licensing information 2014-06-09 16:16:58 -07:00
MAINTAINERS Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
MAINTAINERS_GUIDE.md Require two LGTMs for non-maintainer changes. 2014-06-18 10:22:33 -07:00
Makefile Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
NOTICE Add licensing information 2014-06-09 16:16:58 -07:00
PRINCIPLES.md Rename Fs fields to fs 2015-02-11 11:20:08 -08:00
README.md Remove travis.yml 2014-11-05 22:36:10 +00:00
ROADMAP.md Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
SPEC.md Merge remote-tracking branch 'origin/master' into api 2015-01-28 14:37:40 +03:00
container.go Remove Wait() on container interface 2015-02-03 10:50:18 -08:00
error.go Refactor init actions into separate types 2015-02-11 11:20:08 -08:00
error_test.go Add testing for linux factory Load 2014-12-05 15:24:42 -08:00
factory.go libcontainer: move Config in a separate package 2014-12-19 12:32:34 +03:00
generic_error.go Add testing for linux factory Load 2014-12-05 15:24:42 -08:00
generic_error_test.go Add testing for linux factory Load 2014-12-05 15:24:42 -08:00
linux_container.go Implement container signaling 2015-02-11 11:20:09 -08:00
linux_container_test.go Refactor parent processes into types 2015-02-11 11:20:09 -08:00
linux_factory.go Implement container signaling 2015-02-11 11:20:09 -08:00
linux_factory_test.go Refactor parent processes into types 2015-02-11 11:20:09 -08:00
linux_init.go Move Cwd and User to Process 2015-02-11 11:20:09 -08:00
linux_process.go Implement container signaling 2015-02-11 11:20:09 -08:00
linux_rootfs.go Move mount package into libcontainer root 2015-02-11 11:20:09 -08:00
linux_setns_init.go Move Cwd and User to Process 2015-02-11 11:20:09 -08:00
linux_standard_init.go Move mount package into libcontainer root 2015-02-11 11:20:09 -08:00
linux_userns_init.go Move Cwd and User to Process 2015-02-11 11:20:09 -08:00
linux_userns_sidecar_init.go Move mount package into libcontainer root 2015-02-11 11:20:09 -08:00
notify_linux.go Refactor parent processes into types 2015-02-11 11:20:09 -08:00
notify_linux_test.go Refactor parent processes into types 2015-02-11 11:20:09 -08:00
process.go Move Cwd and User to Process 2015-02-11 11:20:09 -08:00
update-vendor.sh Vendors glog dependency for the api branch. 2015-01-14 20:01:05 -05:00

README.md

libcontainer - reference implementation for containers Build Status

Note on API changes:

Please bear with us while we work on making the libcontainer API stable and something that we can support long term. We are currently discussing the API with the community, therefore, if you currently depend on libcontainer please pin your dependency at a specific tag or commit id. Please join the discussion and help shape the API.

Background

libcontainer specifies configuration options for what a container is. It provides a native Go implementation for using Linux namespaces with no external dependencies. libcontainer provides many convenience functions for working with namespaces, networking, and management.

Container

A container is a self contained execution environment that shares the kernel of the host system and which is (optionally) isolated from other containers in the system.

libcontainer may be used to execute a process in a container. If a user tries to run a new process inside an existing container, the new process is added to the processes executing in the container.

Root file system

A container runs with a directory known as its root file system, or rootfs, mounted as the file system root. The rootfs is usually a full system tree.

Configuration

A container is initially configured by supplying configuration data when the container is created.

nsinit

nsinit is a cli application which demonstrates the use of libcontainer. It is able to spawn new containers or join existing containers, based on the current directory.

To use nsinit, cd into a Linux rootfs and copy a container.json file into the directory with your specified configuration. Environment, networking, and different capabilities for the container are specified in this file. The configuration is used for each process executed inside the container.

See the sample_configs folder for examples of what the container configuration should look like.

To execute /bin/bash in the current directory as a container just run the following as root:

nsinit exec /bin/bash

If you wish to spawn another process inside the container while your current bash session is running, run the same command again to get another bash shell (or change the command). If the original process (PID 1) dies, all other processes spawned inside the container will be killed and the namespace will be removed.

You can identify if a process is running in a container by looking to see if state.json is in the root of the directory.

You may also specify an alternate root place where the container.json file is read and where the state.json file will be saved.

Future

See the roadmap.

Code and documentation copyright 2014 Docker, inc. Code released under the Apache 2.0 license. Docs released under Creative commons.

Hacking on libcontainer

First of all, please familiarise yourself with the libcontainer Principles.

If you're a contributor or aspiring contributor, you should read the Contributors' Guide.

If you're a maintainer or aspiring maintainer, you should read the Maintainers' Guide and "How can I become a maintainer?" in the Contributors' Guide.