Skip to content

Commit 89decd7

Browse files
authored
[Docs] Update main README w/ links to Docker images (#1593)
## Description <!-- reviewpad:summarize:start --> ### Summary generated by Reviewpad on 18 Jan 24 19:46 UTC This pull request updates the main README to reflect the use of a Docker image. It adds a new section called "Docker Image" which provides information on how to access and use the latest docker image. Additionally, it includes instructions on how to pull the latest image using the `docker pull` command. <!-- reviewpad:summarize:end -->
1 parent e78e940 commit 89decd7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The Pocket Core application will allow anyone to spin up a Pocket Network full n
4545
- [Running the tests](#running-the-tests)
4646
- [Contributing](#contributing)
4747
- [MainNet Seeds](#mainnet-seeds)
48+
- [Docker Image](#docker-image)
4849
- [Support \& Contact](#support--contact)
4950
- [GPokT](#gpokt)
5051
- [License](#license)
@@ -134,6 +135,19 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributions and
134135
135136
MainNet seeds are being maintained by [NodeFleet](https://nodefleet.org/) and more details can be found at [docs.pokt.network/node/seeds/](https://docs.pokt.network/node/seeds/).
136137
138+
## Docker Image
139+
140+
[GitHub Packages](https://github.com/features/packages) is used to maintain
141+
docker images via [this workflow](https://github.com/pokt-network/pocket-core/blob/staging/.github/workflows/build-images.yaml).
142+
143+
The latest images can be found [here](https://github.com/pokt-network/pocket-core/pkgs/container/pocket-v0).
144+
145+
The latest image can be pulled like so:
146+
147+
```bash
148+
docker pull ghcr.io/pokt-network/pocket-v0:latest
149+
```
150+
137151
## Support & Contact
138152
139153
<div>
@@ -149,3 +163,7 @@ You can also use our chatbot, [GPokT](https://gpoktn.streamlit.app), to ask ques
149163
## License
150164
151165
This project is licensed under the MIT License; see the [LICENSE.md](LICENSE.md) file for details
166+
167+
```
168+
169+
```

0 commit comments

Comments
 (0)