File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/manuals/engine/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ $ docker run --rm \
494
494
alpine mkdir -p /logs/app1 /logs/app2
495
495
$ docker run -d \
496
496
--name=app1 \
497
- --mount src=logs,dst=/var/log/app1/ ,volume-subpath=app1 \
497
+ --mount src=logs,dst=/var/log/app1,volume-subpath=app1 \
498
498
app1:latest
499
499
$ docker run -d \
500
500
--name=app2 \
@@ -552,7 +552,7 @@ volume.
552
552
The following example assumes that you have two nodes, the first of which is a Docker
553
553
host and can connect to the second node using SSH.
554
554
555
- On the Docker host, install the `vieux/sshfs ` plugin :
555
+ On the Docker host, install the `rclone/docker-volume-rclone ` plugin :
556
556
557
557
` ` ` console
558
558
$ docker plugin install --grant-all-permissions rclone/docker-volume-rclone --aliases rclone
You can’t perform that action at this time.
0 commit comments