mirror of https://github.com/docker/docs.git
Merge pull request #19634 from danielramirez0/patch-1
Update volumes.md
This commit is contained in:
commit
dcc8761468
|
@ -466,8 +466,7 @@ Each volume driver may have zero or more configurable options.
|
||||||
```console
|
```console
|
||||||
$ docker run -d \
|
$ docker run -d \
|
||||||
--name sshfs-container \
|
--name sshfs-container \
|
||||||
--volume-driver vieux/sshfs \
|
--mount type=volume,volume-driver=vieux/sshfs,src=sshvolume,target=/app,volume-opt=sshcmd=test@node2:/home/test,volume-opt=password=testpassword \
|
||||||
--mount src=sshvolume,target=/app,volume-opt=sshcmd=test@node2:/home/test,volume-opt=password=testpassword \
|
|
||||||
nginx:latest
|
nginx:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue