mirror of
https://github.com/docker/docs.git
synced 2026-04-13 23:06:15 +07:00
If you have an alternate YAML file with different services defined, containers for those services will be shown in `docker-compose ps` even if you don't pass that file in. Furthermore, `docker-compose rm` will claim that it's going to remove them, but actually won't. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>