Skip to content

Commit 5a79330

Browse files
authored
Fix some error description in the volumes manual (docker#22430)
## Description This Pull Request fixes a few error description in the "volumes" manual. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 6aa8403 commit 5a79330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/engine/storage/volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ $ docker run --rm \
494494
alpine mkdir -p /logs/app1 /logs/app2
495495
$ docker run -d \
496496
--name=app1 \
497-
--mount src=logs,dst=/var/log/app1/,volume-subpath=app1 \
497+
--mount src=logs,dst=/var/log/app1,volume-subpath=app1 \
498498
app1:latest
499499
$ docker run -d \
500500
--name=app2 \
@@ -552,7 +552,7 @@ volume.
552552
The following example assumes that you have two nodes, the first of which is a Docker
553553
host and can connect to the second node using SSH.
554554

555-
On the Docker host, install the `vieux/sshfs` plugin:
555+
On the Docker host, install the `rclone/docker-volume-rclone` plugin:
556556

557557
```console
558558
$ docker plugin install --grant-all-permissions rclone/docker-volume-rclone --aliases rclone

0 commit comments

Comments
 (0)