Create and copy the content of the files from the server directory somewhere on your server.
Edit the password line 5 of Dockerfile_sshd.
Run
docker-compose upHave a local application running. You can run the following to get running quickly:
docker run --rm -p 8888:80 rothgar/microbot:v1Then run:
ssh -N -R 0.0.0.0:3333:localhost:8888 root@your.server.net -p 2222Update the ports if needed as well as the server IP / domain name.
Type the password. That's it, browse http://your.server.net:8082