xxxxxxxxxx
# To find out who using volume on docker use the command below
# Replace volume name or mount point with your information
docker ps -a --filter volume=VOLUME_NAME_OR_MOUNT_POINT
xxxxxxxxxx
# To find out who using volume on docker use the command below
# Replace volume name or mount point with your information
docker ps -a --filter volume=VOLUME_NAME_OR_MOUNT_POINT