mirror of https://github.com/docker/docs.git
command error
"volume-opt=o=10.0.0.10,rw,nfsvers=4,async" should be "volume-opt=o=addr=10.0.0.10,rw,nfsvers=4,async"
This commit is contained in:
parent
0a951c5204
commit
9a416422b5
|
@ -496,7 +496,7 @@ $ docker service create -d \
|
|||
```bash
|
||||
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=10.0.0.10,rw,nfsvers=4,async"' \
|
||||
--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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue