Skip to content

Commit

Permalink
Enhance docker compose README
Browse files Browse the repository at this point in the history
Issue #4595
  • Loading branch information
jamlo committed Oct 7, 2024
1 parent 036d14d commit e1274ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,19 @@ Tasks:
- "-c"
- "echo test-local-registry"
```
---
### Notes:
If for some reason after running `docker-compose up`, you faced issues with the Image registry node starting, try to remove the image registry docker volume by running:

```shell
# Destroy the deployment
docker-compose down
# Remove registry volume
docker volume rm test-integration_registry-volume
# Create deployment again
docker-compose up
```

0 comments on commit e1274ef

Please sign in to comment.