Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 345 Bytes

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>