summaryrefslogtreecommitdiff
path: root/docs
diff options
authorJamie Strandboge <jamie@ubuntu.com>2016-09-20 14:16:00 -0500
committerJamie Strandboge <jamie@ubuntu.com>2016-09-20 14:16:00 -0500
commitea5bba2733829fb8b3fb8e0afd4cc32d0562f141 (patch)
treee1f6331e6dcc33d9b1bf87e6925c9d416a5f4e58 /docs
parent16510ed7470630d352e5197a5d2a6dcdea8551cd (diff)
implement 'privileged-containers' attribute in docker-support
Diffstat (limited to 'docs')
-rw-r--r--docs/interfaces.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/interfaces.md b/docs/interfaces.md
index 5e3195c6ee..b4ef1e9a30 100644
--- a/docs/interfaces.md
+++ b/docs/interfaces.md
@@ -268,13 +268,13 @@ to the system.
### docker-support
Can access resources and syscalls necessary to run Docker application
-containers. The ``privileged`` attribute may be used to give the necessary
-access to run privileged containers. Providing snaps specifying this interface
-currently may only be established with the Docker project.
+containers. The ``privileged-containers`` attribute may be used to give the
+necessary access to run privileged containers. Providing snaps specifying this
+interface currently may only be established with the Docker project.
* Auto-Connect: no
* Attributes:
- * privileged (plug): true|false (defaults to ``false``)
+ * privileged-containers (plug): true|false (defaults to ``false``)
### firewall-control