@ossy/deployment-tools 0.0.2 → 0.0.3
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/docker-client.js +1 -1
package/dist/index.js
CHANGED
|
@@ -28584,7 +28584,7 @@ class DockerClient {
|
|
|
28584
28584
|
|
|
28585
28585
|
constructor() {
|
|
28586
28586
|
this.networkName = 'deployment-tools'
|
|
28587
|
-
;(0,external_child_process_namespaceObject.exec)(`docker network create ${this.networkName}`)
|
|
28587
|
+
;(0,external_child_process_namespaceObject.exec)(`sudo docker network create ${this.networkName}`)
|
|
28588
28588
|
}
|
|
28589
28589
|
|
|
28590
28590
|
stopContainer({ image }) {
|
package/package.json
CHANGED
package/src/docker-client.js
CHANGED