Commit Graph

10 Commits

Author SHA1 Message Date
Luca Sacchi Ricciardi 49e15f7ea2 fix(lab-01): align student flow and final verification 2026-04-10 13:03:43 +00:00
Luca Sacchi Ricciardi b5ccb3c149 fix: remove unnecessary sudo from docker commands in tutorial 03 2026-04-09 14:23:03 +02:00
Luca Sacchi Ricciardi 823f1dc0d8 fix: correct docker top method explanation in tutorial 2026-04-09 14:20:03 +02:00
Luca Sacchi Ricciardi be8720db6a refactor: remove unnecessary TDD test files from lab01, keep only final verification 2026-04-09 12:37:07 +02:00
Luca Sacchi Ricciardi 19fdb650ad fix: correct path in grep command for docker-compose.yml in tutorial 2026-04-09 12:24:29 +02:00
Luca Sacchi Ricciardi 09991f3c72 fix: simplify grep command in tutorial troubleshooting to directly find user directive 2026-04-09 12:23:36 +02:00
Luca Sacchi Ricciardi 7340be7734 fix: correct troubleshooting in tutorial to check compose file instead of test Dockerfile 2026-04-09 12:19:09 +02:00
Luca Sacchi Ricciardi 7bd61111f3 feat(02-02): create tutorial part 3 - verification and non-root containers
- Step-by-step verification of IAM configuration
- Multiple methods to verify non-root execution
- Explains principle of least privilege
- Integrates with automated test scripts
2026-03-24 22:24:52 +01:00
Luca Sacchi Ricciardi b031f58dfd feat(02-02): create tutorial part 2 - Docker group permissions
- Step-by-step guide for adding users to docker group
- Explains group membership evaluation timing issue
- Shows parallelism with AWS IAM User + Policy
- Includes multiple troubleshooting scenarios
2026-03-24 22:24:26 +01:00
Luca Sacchi Ricciardi b130b1cc3e feat(02-02): create tutorial part 1 - Linux users
- Step-by-step user creation guide for lab01_student
- Follows 'little often' principle with small incremental steps
- Includes verification at each step
- Troubleshooting section for common issues
2026-03-24 22:24:01 +01:00