mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-03-21 17:24:10 -05:00
Name the container
This commit is contained in:
parent
ceab5c54b7
commit
25ff8d1cb2
|
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
|
||||
docker build . -t ghcr.io/matthewl246/mitmproxy-pretendo
|
||||
docker run -it --rm -v mitmproxy-pretendo-data:/home/mitmproxy/.mitmproxy -p 8080:8080 -p 127.0.0.1:8081:8081 ghcr.io/matthewl246/mitmproxy-pretendo mitmweb --web-host 0.0.0.0
|
||||
docker run -it --rm --name mitmproxy-pretendo -v mitmproxy-pretendo-data:/home/mitmproxy/.mitmproxy -p 8080:8080 -p 127.0.0.1:8081:8081 ghcr.io/matthewl246/mitmproxy-pretendo mitmweb --web-host 0.0.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user