github.com/xeptore/docker-cli@v20.10.14+incompatible/cli/config/configfile/testdata/plugin-config.golden (about)

     1  {
     2  	"auths": {},
     3  	"plugins": {
     4  		"plugin1": {
     5  			"data1": "some string",
     6  			"data2": "42"
     7  		},
     8  		"plugin2": {
     9  			"data3": "some other string"
    10  		}
    11  	}
    12  }