mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #28819 from yuexiao-wang/modify-link
Modify the link about config.json for docker plugin create
This commit is contained in:
commit
f06c2f230a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Options:
|
|||
```
|
||||
|
||||
Creates a plugin. Before creating the plugin, prepare the plugin's root filesystem as well as
|
||||
the config.json (https://github.com/docker/docker/blob/master/docs/extend/config.md)
|
||||
[the config.json](../../extend/config.md)
|
||||
|
||||
|
||||
The following example shows how to create a sample `plugin`.
|
||||
|
|
Loading…
Reference in a new issue