This is a set of demos meant to walk you through different exploits and potential vulnerabilities in Docker (and other container) runtimes, then describe how to resolve the issue.
Download this repository with
git clone https://github.com/MyristicaFragrans/DockerSecurityLab
- Basic Docker experience
- Basic Linux Commands
- You need Vagrant installed. Vagrant will handle all other installations and prerequisites.
I am using Vagrant since it makes Virtual Machine set-up super easy. These guides will work on any host.
Go to Binds Escalation to learn how
to use Docker's --mount to gain root access to a machine.
I will add more demos and examples as I discover them