diff options
| author | Jamie Strandboge <jamie@ubuntu.com> | 2016-09-20 10:28:02 -0500 |
|---|---|---|
| committer | Jamie Strandboge <jamie@ubuntu.com> | 2016-09-20 10:28:02 -0500 |
| commit | b7eefbb33c3634bcd8ae974060a5aaba26c109bf (patch) | |
| tree | daf2dbca6c219837bb6c3cb8576c9b58ee3f1b9a /docs | |
| parent | 8fbd0a86a0db4a5e3741c55b5830f0adc7a84e5e (diff) | |
drop daemon-privileged attribute (docker run --privileged no longer supported)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/interfaces.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/interfaces.md b/docs/interfaces.md index fae9959739..4b8650677d 100644 --- a/docs/interfaces.md +++ b/docs/interfaces.md @@ -264,14 +264,11 @@ 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. Providing snaps can access additional resources to run -privileged Docker application containers when specifying -``daemon-privileged: true``. Providing snaps specifying this interface -currently may only be established with the Docker project. +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 -* Attributes: - * daemon-privileged (plug): true|false (defaults to ``false``) ### firewall-control |
