Skip to content

Commit b734fab

Browse files
authored
Update memo.md
1 parent bbd3c20 commit b734fab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/memo.md

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ apt-get install procps
2828
```
2929
ENV DEBIAN_FRONTEND=noninteractive
3030
```
31+
32+
## Mac M1でdocker buildする場合
33+
- `--platform linux/amd64` を引数で渡す
34+
35+
```
36+
docker build --platform linux/amd64 -t .
37+
```

0 commit comments

Comments
 (0)