Skip to content

Commit fcbe469

Browse files
authored
Update memo.md
1 parent 802b898 commit fcbe469

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tools/memo.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ mailmatcher [--ip 0.0.0.0] [-f]
2929

3030
※メール設定、メール確認のポートは起動オプションで変更可能
3131

32+
### dockerでワンライナー
33+
```bash
34+
docker run --rm -it -p1025:1025 -p1080:1080 ruby:latest sh -c "gem install mailcatcher && mailcatcher --ip 0.0.0.0 --smtp-port 1025 --no-quit -f"
35+
```
36+
3237
---
3338
<a id="2"></a>
3439
# IPからロケーション情報取得

0 commit comments

Comments
 (0)