update readme
This commit is contained in:
@@ -19,19 +19,19 @@ Quick start
|
|||||||
1. Place challenge files in ./challenge
|
1. Place challenge files in ./challenge
|
||||||
2. Build and start the lab (background):
|
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:
|
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)
|
(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:
|
4. Stop and remove containers:
|
||||||
```
|
```
|
||||||
docker compose down
|
docker compose down
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes about safety & file locations
|
Notes about safety & file locations
|
||||||
|
|||||||
Reference in New Issue
Block a user