Skip to content

NetsecExplained/docker-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Labs built in docker to cover NSE lessons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published