mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user