···6464# quirk of using nix, it should not affect usage
6565$ docker image ls
6666REPOSITORY TAG IMAGE ID CREATED SIZE
6767-ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB
6767+ghcr.io/oppiliappan/lurker latest ba3733164889 ??? 227MB
68686969# start lurker in a container
7070#
7171# lurker stores data in /data,
7272# so create a volume on the host accordingly:
7373-$ docker run -v /your/host/lurker-data:/data ghcr.io/oppiliappan/lurker:latest
7373+$ docker run -v /your/host/lurker-data:/data -p 3000 ghcr.io/oppiliappan/lurker:latest
7474```
75757676or with just [bun](https://bun.sh/):