diff --git a/content/storage/volumes.md b/content/storage/volumes.md index 0f626f8094..eb4f01aae7 100644 --- a/content/storage/volumes.md +++ b/content/storage/volumes.md @@ -466,8 +466,7 @@ Each volume driver may have zero or more configurable options. ```console $ docker run -d \ --name sshfs-container \ - --volume-driver vieux/sshfs \ - --mount src=sshvolume,target=/app,volume-opt=sshcmd=test@node2:/home/test,volume-opt=password=testpassword \ + --mount type=volume,volume-driver=vieux/sshfs,src=sshvolume,target=/app,volume-opt=sshcmd=test@node2:/home/test,volume-opt=password=testpassword \ nginx:latest ```