docker container implementation

This commit is contained in:
MuratovAS 2022-03-26 22:29:01 +05:00
parent 7b553f28f1
commit 37208afb4c
No known key found for this signature in database
GPG key ID: AC356035D45A17DE
3 changed files with 47 additions and 0 deletions

10
docker/Makefile Normal file
View 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