Labs built in docker to cover NSE lessons
Docker containers are very easy to work with. Each container within this repo is self contained and can be built using docker or docker-compose
docker build . [-t image-label]
docker run [-d] [-p exposed_port:container_port] <image-label>