From ea5bba2733829fb8b3fb8e0afd4cc32d0562f141 Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Tue, 20 Sep 2016 14:16:00 -0500 Subject: implement 'privileged-containers' attribute in docker-support --- docs/interfaces.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3