update readme

This commit is contained in:
2025-08-29 19:04:11 +03:00
parent 83b5349c7e
commit 409309b9ff

View File

@@ -19,19 +19,19 @@ Quick start
1. Place challenge files in ./challenge
2. Build and start the lab (background):
```
docker compose up --build -d
docker compose up --build -d
```
3. Enter an interactive shell inside the running container:
```
docker compose exec exploit-lab /bin/bash
docker compose exec exploit-lab /bin/bash
```
(or as mapped host user)
```
docker compose exec --user 1000:1000 exploit-lab /bin/bash
docker compose exec --user 1000:1000 exploit-lab /bin/bash
```
4. Stop and remove containers:
```
docker compose down
docker compose down
```
Notes about safety & file locations