Skip to content

Commit

Permalink
add docker doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Dec 19, 2024
1 parent dfc049e commit b711100
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,25 @@ There are multiple ways to install **anydb**:
If you do not find a binary release for your platform, please don't
hesitate to ask me about it, I'll add it.

### Using the docker image

A pre-built docker image is available, which you can use to test the
app without installing it. To download:

```shell
docker pull ghcr.io/tlinden/anydb:latest
```

To execute anydb inside the image do something like this:

```shell
mkdir myads
docker run ghcr.io/tlinden/anydb:latest --help
```

A list of available images is [here](https://github.com/tlinden/anydb/pkgs/container/anydb/versions?filters%5Bversion_type%5D=tagged)


## Documentation

The documentation is provided as a unix man-page. It will be
Expand Down

0 comments on commit b711100

Please sign in to comment.