mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
6 lines
212 B
Bash
6 lines
212 B
Bash
#!/usr/bin/env bash
|
|
|
|
docker build --pull --rm -t mitmproxy-clirecorder:latest .
|
|
docker run -i -t --rm \
|
|
-v "$(pwd)"/../../src/static/recordings:/root/clidirector/recordings \
|
|
mitmproxy-clirecorder:latest
|