Skip to content

Commit faafb3a

Browse files
authored
Update README.md
Update docker instructions to clean up from previous builds if necessary
1 parent d8bfb93 commit faafb3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@ Then visit http://localhost:8100
5656

5757
> If you want to re-run the `--build` command, you may get an error about not having access to delete a `cache/` folder. Use `sudo` to delete this manually before retrying.
5858
59+
Note: If experience issues when starting the docs locally with Docker, run the commands below to clean up previous executions:
60+
61+
```shell
62+
docker-compose rm --stop --force --volumes
63+
docker image rm k6-docs-web:latest
64+
```
65+
66+
And run again `docker-compose up -d --build`.
5967

0 commit comments

Comments
 (0)