Skip to content

Commit 1f54010

Browse files
authored
docs: Update README.md
1 parent e502fb4 commit 1f54010

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docker/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,14 @@ If you already have a clone, such as from a previous codesprint, and are updatin
164164
* `rm ietf/settings_local.py` # The startup script will put a new one, appropriate to the current release, in place
165165
* Execute the `Clean all` sequence above.
166166

167-
If the dev environment fails to start, even after running the `Clean all` sequence above, you can fully purge all docker cache, containers, images and volumes by running:
167+
If the dev environment fails to start, even after running the `Clean all` sequence above, you can fully purge all docker cache, containers, images and volumes by running the command below.
168+
169+
> [!CAUTION]
170+
> Note that this will delete everything docker-related, including non-datatracker docker resources you might have.
171+
168172
```sh
169173
docker system prune -a --volumes
170174
```
171-
Note that this will delete everything docker-related, including non-datatracker docker resources you might have.
172175

173176
### Accessing PostgreSQL Port
174177

0 commit comments

Comments
 (0)