mirror of https://github.com/docker/docs.git
Updated default cmd
Signed-off-by: French Ben <me+git@frenchben.com>
This commit is contained in:
parent
b8495ee800
commit
61447303d1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue