mirror of
https://github.com/docker/compose.git
synced 2025-05-05 07:00:12 +02:00
Receiving this message when using the -a flag : `--all flag is obsolete. This is now the default behavior of `docker-compose rm`, I proposed to mark it in the docs but I don't know which way is the best Signed-off-by: jgsqware <garciagonzalez.julien@gmail.com>
702 B
702 B
rm
Usage: rm [options] [SERVICE...]
Options:
-f, --force Don't ask to confirm removal
-v Remove any anonymous volumes attached to containers
-a, --all Deprecated - no effect.
Removes stopped service containers.
By default, anonymous volumes attached to containers will not be removed. You
can override this with -v
. To list all volumes, use docker volume ls
.
Any data which is not in a volume will be lost.