summaryrefslogtreecommitdiff
path: root/docs
diff options
authorJamie Strandboge <jamie@ubuntu.com>2016-09-20 13:32:56 -0500
committerJamie Strandboge <jamie@ubuntu.com>2016-09-20 13:32:56 -0500
commit16510ed7470630d352e5197a5d2a6dcdea8551cd (patch)
tree9ee8ee7e6693aaa26966abaa4ce975a43c732120 /docs
parentb7eefbb33c3634bcd8ae974060a5aaba26c109bf (diff)
reorganize to create docker-support and docker interfaces
Shuffle policy around to docker-support and docker interfaces to clarify connections. The docker interface is for client snaps to access snaps providing the docker interface. Slot implementations are reserved for the Docker project. The docker-support interface is modelled after lxd-support and is for snaps providing the docker interface to access resources and syscalls necessary to run Docker application containers. Providing snaps specifying this interface currently may only be established with the Docker project.
Diffstat (limited to 'docs')
-rw-r--r--docs/interfaces.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/interfaces.md b/docs/interfaces.md
index 4b8650677d..5e3195c6ee 100644
--- a/docs/interfaces.md
+++ b/docs/interfaces.md
@@ -263,12 +263,18 @@ printing.
Can access snaps providing the docker interface which gives privileged access
to the system.
-Providing snaps can access resources and syscalls necessary to run Docker
-application containers. Priveleged containers are not supported at this time.
-Providing snaps specifying this interface currently may only be established
-with the Docker project.
+* Auto-Connect: no
+
+### 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.
* Auto-Connect: no
+* Attributes:
+ * privileged (plug): true|false (defaults to ``false``)
### firewall-control