Use Powershell by default on Windows
This commit is contained in:
Родитель
b5611ff41d
Коммит
ef4e3acbd3
|
@ -4,7 +4,7 @@ import {DockerEngineType, docker} from './utils/docker-endpoint';
|
|||
|
||||
const engineTypeShellCommands = {
|
||||
[DockerEngineType.Linux]: "/bin/sh",
|
||||
[DockerEngineType.Windows]: "cmd"
|
||||
[DockerEngineType.Windows]: "powershell"
|
||||
}
|
||||
|
||||
export function openShellContainer() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче