From 701123b353b4717753a09f16fa657ac44f164e6b Mon Sep 17 00:00:00 2001 From: Victory Osikwemhe Date: Wed, 11 Jan 2023 12:56:58 +0100 Subject: [PATCH] doc: remove instruction of windows container from header --- engine/swarm/services.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 26bbf3302a..ce4785ddfc 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -74,7 +74,9 @@ $ docker service create --name helloworld alpine:3.6 ping docker.com For more details about image tag resolution, see [Specify the image version the service should use](#specify-the-image-version-a-service-should-use). -### gMSA for Swarm (Windows Container) +### gMSA for Swarm + +*This example will only work for a windows container* Swarm now allows using a Docker Config as a gMSA credential spec - a requirement for Active Directory-authenticated applications. This reduces the burden of distributing credential specs to the nodes they're used on.