Browse Source

update docs

tags/v1.5.5
Jonathan Cobb 4 years ago
parent
commit
92ff5d0121
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      config/activation.json

+ 8
- 8
config/activation.json View File

@@ -75,14 +75,14 @@
// "DockerCompute": {
// "config": {},
// "credentials": {
// // these are the default settings, change as needed
// "host": "unix:///var/run/docker.sock",
// "tlsVerify": "false", // if tlsVerify is "true" then certPath must be set
// "certPath": null,
// "registryUrl": null,
// "registryUsername": null,
// "registryEmail": null,
// "registryPassword": null
// // these are the default settings, change as needed
// "host": "unix:///var/run/docker.sock",
// "tlsVerify": "false", // if tlsVerify is "true" then certPath must be set
// "certPath": null,
// "registryUrl": null,
// "registryUsername": null,
// "registryEmail": null,
// "registryPassword": null
// }
// },



Loading…
Cancel
Save