Move HostConfig to createContainer

Newer docker has obsoleted HostConfig in start container
This commit is contained in:
Girish Ramakrishnan
2015-10-19 10:38:43 -07:00
parent 322edbdc20
commit 774ba11a92
2 changed files with 34 additions and 46 deletions

View File

@@ -39,4 +39,3 @@ function connectOptions() {
key: fs.readFileSync(path.join(DOCKER_CERT_PATH, 'key.pem'))
};
}