presidium 0.16.7 → 0.16.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Docker.js +1 -0
  2. package/package.json +1 -1
package/Docker.js CHANGED
@@ -1317,6 +1317,7 @@ Docker.prototype.createNetwork = function createNetwork(options) {
1317
1317
  Name: options.name,
1318
1318
  Driver: options.driver,
1319
1319
  CheckDuplicate: true,
1320
+ Attachable: true,
1320
1321
  })),
1321
1322
  })
1322
1323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presidium",
3
- "version": "0.16.7",
3
+ "version": "0.16.8",
4
4
  "description": "A library for creating web services",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",