File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
docs/reference/commandline Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,10 @@ Users can override your custom or the default key sequence on a per-container
223223basis. To do this, the user specifies the ` --detach-keys ` flag with the `docker
224224attach` , ` docker exec` , ` docker run` or ` docker start` command.
225225
226+ The property ` plugins ` contains settings specific to CLI plugins. The
227+ key is the plugin name, while the value is a further map of options,
228+ which are specific to that plugin.
229+
226230Following is a sample ` config.json ` file:
227231
228232``` json
@@ -246,7 +250,16 @@ Following is a sample `config.json` file:
246250 "awesomereg.example.org" : " hip-star" ,
247251 "unicorn.example.com" : " vcbait"
248252 },
249- "stackOrchestrator" : " kubernetes"
253+ "stackOrchestrator" : " kubernetes" ,
254+ "plugins" : {
255+ "plugin1" : {
256+ "option" : " value"
257+ },
258+ "plugin2" : {
259+ "anotheroption" : " anothervalue" ,
260+ "athirdoption" : " athirdvalue"
261+ }
262+ }
250263}
251264{% endraw % }
252265```
You can’t perform that action at this time.
0 commit comments