Clarify Docker image upload locations

Updated Docker section to clarify image uploads to ghcr.io.
This commit is contained in:
Philip O'Toole
2025-11-07 12:52:06 -05:00
committed by GitHub
parent 7ede77b5b2
commit 162899bc95

View File

@@ -16,11 +16,12 @@ To download and run a single rqlite node follow the directions below. It's also
If you wish to build rqlite from source, check out [this documentation](https://rqlite.io/docs/install-rqlite/building-from-source/).
### Docker
_In addition to Docker Hub, images are also uploaded to [ghcr.io](https://github.com/rqlite/rqlite/pkgs/container/rqlite)._
Run a single node as follows:
```
docker run -p4001:4001 rqlite/rqlite
```
_Images are also mirrored to [ghcr.io](https://github.com/rqlite/rqlite/pkgs/container/rqlite)._
Check out the [rqlite Docker page](https://hub.docker.com/r/rqlite/rqlite/) for more details on running rqlite via Docker, including how to deploy a cluster.