I am trying to run the WatchYourLan docker container. When I attempt to run it, I receive the following error messages:
“2023/06/27 13:08:02 ERROR: unable to open database file: out of memory (14)
2023/06/27 13:08:02 INFO: Table created!
2023/06/27 13:08:02 ERROR: db_select: unable to open database file: out of memory (14)”
I am running the latest version of the image, as of today.
I am running this on a Ubuntu 22.04 machine.
Docker version info: Docker version 24.0.2, build cb74dfc
How I’m creating/initializing it: docker run --name watchyourlan -e "TZ=Etc/UTC" --network="host" -v /root/docker/WatchYourLan:/data -v /root/docker/WatchYourLan/config:/data/config aceberg/watchyourlan
Machine memory stat: ~7 GB free.