summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Stine <sw@stinemail.com>2014-04-04 08:12:17 -0400
committerDan Stine <sw@stinemail.com>2014-04-04 08:12:17 -0400
commitbea71245c8165e0dfdc6b2485c548c04f4d3edd3 (patch)
treeaac51b46202e7dfd30fe959306c1763777485a1c
parent031e2880756155c26a2eac0e81275b7e0330db39 (diff)
downloaddocker-bea71245c8165e0dfdc6b2485c548c04f4d3edd3.tar.gz
fixed two readme typos
-rw-r--r--pkg/libcontainer/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/libcontainer/README.md b/pkg/libcontainer/README.md
index e967f6d76d..3bf79549e3 100644
--- a/pkg/libcontainer/README.md
+++ b/pkg/libcontainer/README.md
@@ -3,7 +3,7 @@
#### 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 convience functions for working with namespaces, networking, and management.
+for using linux namespaces with no external dependencies. libcontainer provides many convenience functions for working with namespaces, networking, and management.
#### container
@@ -91,7 +91,7 @@ Sample `container.json` file:
```
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 an new process inside an existing container with a live namespace the namespace will be joined by the new process.
+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.
You may also specify an alternate root place where the `container.json` file is read and where the `pid` file will be saved.