/docker-labs

Labs built in docker to cover NSE lessons

Primary LanguageCSSApache License 2.0Apache-2.0

docker-labs

Labs built in docker to cover NSE lessons

Instructions

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

Build with Docker

docker build . [-t image-label]
docker run [-d] [-p exposed_port:container_port] <image-label>