mirror of https://github.com/docker/docs.git
Remove capabilities message about swarm mode (#18430)
Co-authored-by: Stephen Corya <stephen@corya.net>
This commit is contained in:
parent
8d25493135
commit
f54b50a206
|
@ -415,12 +415,6 @@ cap_drop:
|
|||
- SYS_ADMIN
|
||||
```
|
||||
|
||||
> Note when using docker stack deploy
|
||||
>
|
||||
> The `cap_add` and `cap_drop` options are ignored when
|
||||
> [deploying a stack in swarm mode](../../engine/reference/commandline/stack_deploy.md)
|
||||
{ .important }
|
||||
|
||||
### cgroup_parent
|
||||
|
||||
Specify an optional parent cgroup for the container.
|
||||
|
|
Loading…
Reference in New Issue