@@ -43,10 +43,12 @@ examples below. Keep the following notable differences in mind:
4343 UID, GID, and mode are not supported for configs. Configs are currently only
4444 accessible by administrators and users with ` system ` access within the
4545 container.
46-
47- - On Windows, create or update a service using ` --credential-spec ` with the ` config://<config-name> ` format.
48- This passes the gMSA credentials file directly to nodes before a container starts. No gMSA credentials are written
49- to disk on worker nodes. For more information, refer to [ Deploy services to a swarm] ( /engine/swarmservices/ ) .
46+
47+ - On Windows, create or update a service using ` --credential-spec ` with the
48+ ` config://<config-name> ` format. This passes the gMSA credentials file
49+ directly to nodes before a container starts. No gMSA credentials are written
50+ to disk on worker nodes. For more information, refer to [ Deploy services to a
51+ swarm] ( /engine/swarm/services/#gmsa-for-swarm ) .
5052
5153## How Docker manages configs
5254
@@ -159,7 +161,7 @@ real-world example, continue to
159161 $ docker service ps redis
160162
161163 ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
162- bkna6bpn8r1a redis.1 redis:alpine ip-172-31-46-109 Running Running 8 seconds ago
164+ bkna6bpn8r1a redis.1 redis:alpine ip-172-31-46-109 Running Running 8 seconds ago
163165 ` ` `
164166
1651674. Get the ID of the ` redis` service task container using ` docker ps` , so that
@@ -176,7 +178,7 @@ real-world example, continue to
176178
177179 $ docker container exec $( docker ps --filter name=redis -q) ls -l /my-config
178180
179- -r--r--r-- 1 root root 12 Jun 5 20:49 my-config
181+ -r--r--r-- 1 root root 12 Jun 5 20:49 my-config
180182
181183 $ docker container exec $( docker ps --filter name=redis -q) cat /my-config
182184
0 commit comments