#62395 closed defect (bug) (fixed)
Prevent orphaned conatiners in local Docker environment
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
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:start
env:install
env:cli plugin list
test: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.
Trac ticket: core.trac.wordpress.org/ticket/62395