From f54b50a206335d827dde0d4e9cbe9bfb5df42d40 Mon Sep 17 00:00:00 2001 From: Stephen Corya Date: Fri, 20 Oct 2023 05:27:43 -0400 Subject: [PATCH] Remove capabilities message about swarm mode (#18430) Co-authored-by: Stephen Corya --- content/compose/compose-file/compose-file-v3.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/compose/compose-file/compose-file-v3.md b/content/compose/compose-file/compose-file-v3.md index 71f4d172e4..e5f3a3ef15 100644 --- a/content/compose/compose-file/compose-file-v3.md +++ b/content/compose/compose-file/compose-file-v3.md @@ -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.