Skip to content

Commit

Permalink
add docker to install options
Browse files Browse the repository at this point in the history
  • Loading branch information
oppiliappan committed Dec 2, 2024
1 parent 9a1bd53 commit f1029d2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1029d2

Please sign in to comment.