Windows– tag –
-
Docker環境のシェルを実行しようとしたら OCI runtime exec failed: exec failed が出たときの対応
> docker exec -it sample-laravel /mnt/.docker/laravel/firstexec.sh OCI runtime exec failed: exec failed: unable to start container process: exec /mnt/.docker/laravel/firstexec.sh: no such file or directory: unknown わたしたちの作って... -
Windows10 に Docker Desktop for Windows をインストールしてコマンド実行確認をするところまで
【Windows のエディションを確認する】 Dockerのシステム要件は以下のとおりです。まずは自分のPCで動くのかご確認ください。 Windows 10, version 2004 またはそれ以上のインストール Windows 上で WSL2 機能の有効化。詳細な手順は マイクロソフト... -
Git cloneの際にたまに起こるエラーの解除 Windows
Windowsで使えない文字のファイルがあったときに強制的に対応する > git config core.protectNTFS false ファイル名が長すぎるよーというときに強制的に対応する > git config core.longpaths true 参考URLhttps://scrapbox.io/mouse/Git_for_Window...
1