#62395 closed defect (bug) (fixed)
Prevent orphaned conatiners in local Docker environment
| Reported by: | desrosj | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
As currently configured, running some local Docker environment commands results in orphaned containers.
For example, running the following commands results in 3 orphaned containers:
env:startenv:installenv:cli plugin listtest:php
This can be fixed by includeing --rm in the docker compose commands, telling Docker to clean up after itself.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: core.trac.wordpress.org/ticket/62395