docker recipe for running backdoor

This commit is contained in:
2019-11-02 11:51:13 +02:00
parent e069ad7612
commit 1a107fdd50
6 changed files with 66 additions and 1 deletions

14
docker/README.md Normal file
View File

@@ -0,0 +1,14 @@
NOTE!
You need to copy ../config.env.example to code/config.env
and modify to fit your environment.
Also, run this:
` echo USR=$( id -n ) >> .env `
` echo EXPOSE=2288 >> .env `
change 2288 to the port you want to use for ssh-backdoor
(You want the user in docker container to match the user running docker)