mirror of https://github.com/docker/docs.git
doc: remove instruction of windows container from header
This commit is contained in:
parent
1614ac691c
commit
701123b353
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue