You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/extend/index.md
+14-3
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ operation, such as creating a volume.
46
46
In the following example, you install the `sshfs` plugin, verify that it is
47
47
enabled, and use it to create a volume.
48
48
49
+
> **Note**: This example is intended for instructional purposes only. Once the volume is created, your SSH password to the remote host will be exposed as plaintext when inspecting the volume. You should delete the volume as soon as you are done with the example.
50
+
49
51
1. Install the `sshfs` plugin.
50
52
51
53
```bash
@@ -75,13 +77,16 @@ enabled, and use it to create a volume.
75
77
76
78
3. Create a volume using the plugin.
77
79
This example mounts the `/remote` directory on host `1.2.3.4` into a
78
-
volume named `sshvolume`. This volume can now be mounted into containers.
0 commit comments