Docker Container Using Volume
Sometimes, you may need to know which container a volume is associated with.
Use this command:
1docker ps -a --filter volume=VOLUME_NAME_OR_MOUNT_POINT
See https://stackoverflow.com/questions/42857575/how-to-determine-what-containers-use-the-docker-volume