Merge pull request #14036 from freemankevin/patch-1

Supplement the'$' identifier
This commit is contained in:
Sebastiaan van Stijn 2021-12-23 15:23:30 +01:00 committed by GitHub
commit 1c0dec96c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ $ docker service create -d \
#### NFSv4
```console
docker service create -d \
$ docker service create -d \
--name nfs-service \
--mount 'type=volume,source=nfsvolume,target=/app,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:/var/docker-nfs,"volume-opt=o=addr=10.0.0.10,rw,nfsvers=4,async"' \
nginx:latest