www.LinuxHowtos.org





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-volum-rm- Remove one or more volumes

 

SYNOPSIS

docker volume rm [OPTIONS] VOLUME [VOLUME...]

 

DESCRIPTION

Remove one or more volumes. You cannot remove a volume that is in use by a container.

 

OPTIONS

-f, -force[=false]         Force the removal of one or more volumes

 

SEE ALSO

docke-volume(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO