From d28d8b67a956aa969c28f1d596fe7443fe7fd5df Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 20 Jun 2014 10:01:25 -0700 Subject: [PATCH] Update main readme with new configs folder Docker-DCO-1.1-Signed-off-by: Michael Crosby (github: crosbymichael) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 068c66e6..16adbefb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ a `container.json` file is placed with the runtime configuration for how the pro should be contained and run. Environment, networking, and different capabilities for the process are specified in this file. The configuration is used for each process executed inside the container. -See the `container.json` file for what the configuration should look like. +See the `sampel_configs` folder for examples of what the container configuration should look like. Using this configuration and the current directory holding the rootfs for a process, one can use libcontainer to exec the container. Running the life of the namespace, a `pid` file is written to the current directory with the pid of the namespaced process to the external world. A client can use this pid to wait, kill, or perform other operation with the container. If a user tries to run a new process inside an existing container with a live namespace, the namespace will be joined by the new process.