Laradockで構築した環境にメモリ上限を開放するコマンド「COMPOSER_MEMORY_LIMIT=-1 composer」を実行したらOCI runtime exec failed: exec failedというエラーが出てしまいました。
実行したコマンド
docker-compose exec workspace COMPOSER_MEMORY_LIMIT=-1 composer require xxxxxxxxxxx(ライブラリ名)
エラー内容
OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"COMPOSER_MEMORY_LIMIT=-1\": executable file not found in $PATH": unknown
環境
OS: Windows10
Laravel:6.18.20
Composer version:1.9.1
行いたいこと
上記環境にて作成したDockerコンテナ(workspace)にCOMPOSER_MEMORY_LIMIT=-1 composer require xxxxxxxxxxxを実行したい。
WorkspaceコンテナのDockerfile
FROM laradock/workspace:2.6.1-${LARADOCK_PHP_VERSION} Set default work directory WORKDIR /var/www
WORKDIRのパスがおかしいのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/04 13:31