Updated default cmd

Signed-off-by: French Ben <me+git@frenchben.com>
This commit is contained in:
French Ben 2016-04-08 19:46:58 -07:00
parent b8495ee800
commit 61447303d1
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export default {
if (image.Config.Cmd) {
containerData.Cmd = image.Config.Cmd;
} else if (!image.Config.Entrypoint) {
containerData.Cmd = 'bash';
containerData.Cmd = 'sh';
}
let existing = this.client.getContainer(name);