質問編集履歴
1
エラー全文を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,4 +41,10 @@
|
|
41
41
|
```ここに言語を入力
|
42
42
|
$ docker-compose exec workspace /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
|
43
43
|
OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"C:/Program Files/Git/usr/bin/dd\": stat C:/Program Files/Git/usr/bin/dd: no such file or directory": unknown
|
44
|
+
```
|
45
|
+
|
46
|
+
**追記**
|
47
|
+
docker-compose exec workspace COMPOSER_MEMORY_LIMIT=-1 composer require guzzlehttp/guzzleを実行した際のエラー
|
48
|
+
```ここに言語を入力
|
49
|
+
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
|
44
50
|
```
|