enisaeu / ecsc-gameboard

European Cyber Security Challenge Gameboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerization

stamparm opened this issue · comments

Dockerization of the platform

sudo docker build -t ecsc:latest github.com/enisaeu/ecsc-gameboard
sudo docker run -d -p 8080:80 ecsc:latest

p.s. with upper setup platform is exposed through *:8080