Files
pezkuwi-sdk/scripts/release/templates/docker_image.md.tera
T

20 lines
566 B
Plaintext

## Docker images
The docker images for the `polkadot` node binary and the `polkadot-parachain` binary can be found at Docker hub (will be available a few minutes after the release has been published):
- [Polkadot image](https://hub.docker.com/r/parity/polkadot/tags?page=1&ordering=last_updated)
- [Polkadot-Parachain image](https://hub.docker.com/r/parity/polkadot-parachain/tags?page=1&ordering=last_updated)
You may also pull it with:
```
docker pull parity/polkadot:{{ env.VERSION }}
```
or
```
docker pull parity/polkadot-parachain:{{ env.VERSION }}
```