Added gmsa step (#1110)

* Added gmsa step

* Updated per Wayne
This commit is contained in:
paigehargrave 2019-05-30 13:51:31 -04:00 committed by Maria Bermudez
parent 7f45634386
commit 5374384ef3
1 changed files with 1 additions and 2 deletions

View File

@ -122,9 +122,8 @@ Make sure that the nodes to which you are deploying are correctly configured for
You can specify any name for the name of the `config`.
```
docker config create credspec credspec.json
docker config create --label com.docker.gmsa.name=mygmsa credspec credspec.json
```
Now you can create a service using this credential spec. Specify the `--credential-spec` flag with the config name:
```
docker service create --credential-spec="config://credspec" <your image>