Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions COURSE_SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Hands-on Docker Hacking
**For editorial board review.**
# Docker Hacking Lab

## Scope
- 11 modules with intro, attack scenario, compliant/noncompliant examples, remediation, lab
- 22 assessments: 3 questions per module quiz + 2 final questions per module
- Files stored in `course/modules/` and `course/quizzes/`
> Warning: This lab contains intentional vulnerabilities. Run in an isolated environment only.

## Notes
- Draft PR opened: see linked PR
- Target runtime: Docker Desktop / Linux host
Hands-on Docker Hacking course.

## Course modules
01 - Privileged Containers
Comment thread
donny-devops marked this conversation as resolved.
Comment thread
donny-devops marked this conversation as resolved.
02 - Exposed Container APIs
03 - Container Escape
04 - Container Image Tampering
05 - Insecure Configuration
06 - Denial-of-Service
07 - Kernel Vulnerabilities
08 - Shared Kernel Exploitation
09 - Insecure Container Orchestration
10 - Insecure Container Images
11 - What Seccomp, AppArmor, and SELinux Actually Do