mirror of
https://github.com/rqlite/rqlite.git
synced 2026-01-25 04:16:26 +00:00
Clarify Docker image upload locations
Updated Docker section to clarify image uploads to ghcr.io.
This commit is contained in:
3
.github/workflows/release-notes.py
vendored
3
.github/workflows/release-notes.py
vendored
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user