From f1029d2ebdfb2dd8736f8c094fb214c2cdb68d2d Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 2 Dec 2024 16:57:46 +0000 Subject: add docker to install options --- readme.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14602dc..017d4e7 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,23 @@ services.lurker = { }; ``` -for non-nixos users: +or with the docker image: + +```bash +# pull the latest image from gh container registry +$ docker pull ghcr.io/oppiliappan/lurker:latest + +# the image will be marked as created on 1970, this is a +# quirk of using nix, it should not affect usage +$ docker image ls +REPOSITORY TAG IMAGE ID CREATED SIZE +ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB + +# start lurker in a container +$ docker run ghcr.io/oppiliappan/lurker:latest +``` + +or with just [bun](https://bun.sh/): ```bash bun run src/index.js -- cgit v1.2.3