summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-03 16:31:55 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-03 16:31:55 +0100
commit4748a27f6f5be808e71bc748c9f47aff44b18c66 (patch)
treec81c33cb0173287913ae6a99221a5a424766d3a9
parenta62c9d33bc7fc0bbfac85055b55bc30719d2f186 (diff)
downloadsandboxlib-4748a27f6f5be808e71bc748c9f47aff44b18c66.tar.gz
README: Fix nonsense, add links
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 50d582c..8d039f3 100644
--- a/README.rst
+++ b/README.rst
@@ -187,7 +187,7 @@ Open Container Specification
The `Open Container Specification <http://www.opencontainers.org/>`_ is an
effort to standardise containers. It was started more recently than the `App
-Container spec`_ and may not may not supercede it.
+Container spec`_ and may or may not supercede it.
runC_ is a runtime for these containers. It is based on code from Docker.
@@ -209,7 +209,10 @@ Warden
Warden_ is another Linux container runtime, developed by the `Cloud Foundry
project <http://cloudfoundry.org/index.html>`_. It has a client/server
architecture allowing multiple implementations of sandboxing to be mixed.
-Currently it has two backends: 'linux' and 'insecure'.
+Currently it has two backends:
+'`linux <https://github.com/cloudfoundry/warden/tree/master/warden/root/linux>`_'
+and
+'`insecure <https://github.com/cloudfoundry/warden/tree/master/warden/root/insecure>`_'.
.. _Warden: https://github.com/cloudfoundry/warden