Skip to content

Commit

Permalink
Merge pull request #49 from jenkins-docs/gounthar-patch-1
Browse files Browse the repository at this point in the history
fix(documentation): Added complete docker compose commands.
  • Loading branch information
gounthar authored Dec 12, 2023
2 parents 74bebd5 + d8bde8d commit 90ee90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Gitpod is a cloud-based development environment designed for teams. It supports
### Clean Up Instructions

- To stop and remove running containers, use `docker compose down`.
- If you encounter a `Resource is still in use` warning, use the `--remove-orphans` option.
- To remove the created volumes, add the `-v` option.
- If you encounter a `Resource is still in use` warning, use the `--remove-orphans` option which would give `docker compose down --remove-orphans`.
- To remove the created volumes (should you need to restart from scratch), add the `-v` option which would give `docker compose down -v`.

### Suppressing Jenkins Warning using JCASC

Expand Down

0 comments on commit 90ee90c

Please sign in to comment.