docker container implementation
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user