Skip to content

Commit

Permalink
Add links to the GitHub releases for docker instructions (#53)
Browse files Browse the repository at this point in the history
Rather than expecting people to figure out where the recent releases
are, just link them :D
  • Loading branch information
offbyone committed May 3, 2024
1 parent 67cb596 commit 828e88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/self-hosting/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: Docker
---

:::caution
If you are self hosting, we strongly suggest you stick to tagged releases, and do not follow `main` or `latest`
If you are self hosting, we strongly suggest you stick to [tagged releases](https://github.com/atuinsh/atuin/releases), and do not follow `main` or `latest`

Follow the GitHub releases, and please read the notes for each release. Most of the time, upgrades can occur without any manual intervention.

We cannot guarantee that all updates will apply cleanly, and some may require some extra steps.
:::

There is a supplied docker image to make deploying a server as a container easier.
There is a supplied docker image to make deploying a server as a container easier. The "LATEST TAGGED RELEASE" can be found on the [releases page](https://github.com/atuinsh/atuin/releases).

```sh
docker run -d -v "$HOME/.config/atuin:/config" ghcr.io/atuinsh/atuin:<LATEST TAGGED RELEASE> server start
Expand Down

0 comments on commit 828e88c

Please sign in to comment.