Command
docker volume rm
Explanation
Deletes a volume and its data. Volume must not be in use by containers.
Examples
Remove volume
docker volume rm my_volume
docker volume rm
Deletes a volume and its data. Volume must not be in use by containers.
Remove volume
docker volume rm my_volume