Where would the /dev/shm file for Frigate be? Run in ZimaOS+ v1.6.2

Have most everything working except I can’t find where the SHM file is or how to get to it.

Anyone have this worked out.

Hi Keith,

/dev/shm is a little misleading because it is not a normal file stored somewhere on your ZimaOS disk. Docker creates it in memory inside the Frigate container, so you will not find it under /DATA/AppData.

Could you run this first and post the output?

docker ps --format 'table {{.Names}}\t{{.Image}}\t{{.Status}}' | grep -i frigate

Also, what are you trying to do with /dev/shm? If you are following a guide, please share that section because it may actually be referring to Frigate’s shm_size setting rather than a file you need to locate.