1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

reference docs: reformat notes

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-04-19 17:08:37 +02:00
parent 8919c228bd
commit 6ae5df423a
39 changed files with 246 additions and 129 deletions

View File

@ -109,7 +109,9 @@ $ docker plugin inspect -f '{{with $mount := index .Settings.Mounts 0}}{{$mount.
/bar
```
> **Note**: Since only `source` is settable in `mymount`,
> **Note**
>
> Since only `source` is settable in `mymount`,
> `docker plugins set mymount=/bar myplugin` would work too.
### Change a device path
@ -129,7 +131,8 @@ $ docker plugin inspect -f '{{with $device := index .Settings.Devices 0}}{{$devi
/dev/bar
```
> **Note**: Since only `path` is settable in `mydevice`,
> **Note**
> Since only `path` is settable in `mydevice`,
> `docker plugins set mydevice=/dev/bar myplugin` would work too.
### Change the source of the arguments