mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
docker container implementation
This commit is contained in:
parent
7b553f28f1
commit
37208afb4c
3 changed files with 47 additions and 0 deletions
10
docker/Makefile
Normal file
10
docker/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
build:
|
||||
docker build -t wireproxy .
|
||||
|
||||
run:
|
||||
docker run \
|
||||
--rm --tty --interactive \
|
||||
--name=wireproxy \
|
||||
--publish 2534:2534 \
|
||||
--volume "${PWD}/config:/etc/wireproxy/config:ro" \
|
||||
wireproxy
|
Loading…
Add table
Add a link
Reference in a new issue