github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/cli/command/plugin/testdata/plugin-inspect-single-without-format.golden (about) 1 [ 2 { 3 "Config": { 4 "Args": { 5 "Description": "", 6 "Name": "", 7 "Settable": null, 8 "Value": null 9 }, 10 "Description": "plugin foo description", 11 "DockerVersion": "17.12.1-ce", 12 "Documentation": "plugin foo documentation", 13 "Entrypoint": [ 14 "/foo" 15 ], 16 "Env": null, 17 "Interface": { 18 "Socket": "pluginfoo.sock", 19 "Types": null 20 }, 21 "IpcHost": false, 22 "Linux": { 23 "AllowAllDevices": false, 24 "Capabilities": [ 25 "CAP_SYS_ADMIN" 26 ], 27 "Devices": null 28 }, 29 "Mounts": null, 30 "Network": { 31 "Type": "" 32 }, 33 "PidHost": false, 34 "PropagatedMount": "", 35 "User": {}, 36 "WorkDir": "workdir-foo", 37 "rootfs": { 38 "diff_ids": [ 39 "sha256:8603eedd4ea52cebb2f22b45405a3dc8f78ba3e31bf18f27b4547a9ff930e0bd" 40 ], 41 "type": "layers" 42 } 43 }, 44 "Enabled": false, 45 "Id": "id-foo", 46 "Name": "name-foo", 47 "Settings": { 48 "Args": null, 49 "Devices": null, 50 "Env": null, 51 "Mounts": null 52 } 53 } 54 ]