mirror of https://github.com/docker/docs.git
Update install.md
Fixed a typo in .docker/config.json: cliPluginExtraDirs
This commit is contained in:
parent
7372a7216f
commit
5db1fbf1e2
|
|
@ -43,7 +43,7 @@ $ sh install-scout.sh
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"cliPluginExtraDirs": [
|
"cliPluginsExtraDirs": [
|
||||||
"$HOME/.docker/scout"
|
"$HOME/.docker/scout"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -76,7 +76,7 @@ $ sh install-scout.sh
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"cliPluginExtraDirs": [
|
"cliPluginsExtraDirs": [
|
||||||
"$HOME/.docker/scout"
|
"$HOME/.docker/scout"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -97,7 +97,7 @@ $ sh install-scout.sh
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"cliPluginExtraDirs": [
|
"cliPluginsExtraDirs": [
|
||||||
"C:\Users\MobyWhale\.docker\scout"
|
"C:\Users\MobyWhale\.docker\scout"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue