https://github.com/bunkerlab-net/docker-polkadot
Personal, unprivileged, multi-arch, Polkadot Docker Image
https://github.com/bunkerlab-net/docker-polkadot
crypto cryptocurrency docker dot ksm kusama parity-polkadot parity-substrate paritytech polkadot rust substrate
Last synced: 4 months ago
JSON representation
Personal, unprivileged, multi-arch, Polkadot Docker Image
- Host: GitHub
- URL: https://github.com/bunkerlab-net/docker-polkadot
- Owner: bunkerlab-net
- License: gpl-3.0
- Created: 2021-06-25T13:49:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T11:52:04.000Z (4 months ago)
- Last Synced: 2026-03-05T15:42:02.243Z (4 months ago)
- Topics: crypto, cryptocurrency, docker, dot, ksm, kusama, parity-polkadot, parity-substrate, paritytech, polkadot, rust, substrate
- Language: Dockerfile
- Homepage: https://polkadot.network
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Polkadot
My personal unprivileged Polkadot Docker image.
[![Latest Github release][github-release-badge]][github-release-link] [![GitHub Workflow Status (branch)][github-actions-badge]][github-actions-link]
Usage:
```sh
docker run -d \
--restart=always \
--net=host \
--name=polkadot \
-v /path/to/polkadot:/data \
ghcr.io/bunkerlab-net/polkadot \
--base-path=/data ${EXTRA_POLKADOT_ARGS}
```
### Nonroot
The nonroot user has a U/GID of `65532`.
If you are having IO permission issues then make sure that the persistent volume has permissions set to allow this user Read/Write access.
If using [Podman](https://podman.io/) - `podman unshare chown -R 65532:65532 /path/to/polkadot/storage`
### Where can I download the image?
I'm using Github Actions to build and publish this image to:
* [ghcr.io/bunkerlab-net/polkadot](https://ghcr.io/bunkerlab-net/polkadot)
### I want to buy you a coffee
This is just a hobby project for me, if you really want to buy me a coffee, thank you :)
Monero: `83TeC9hCsZjjUcvNVH6VD64FySQ2uTbgw6ETfzNJa51sJaM6XL4NParSNsKqEQN4znfpbtVj84smigtLBtT1AW6BTVQVQGh`

### I don't have Polkadot
You should read their [Lightpaper](https://polkadot.network/Polkadot-lightpaper.pdf) and check it out!
* [paritytech/polkadot](https://github.com/paritytech/polkadot) (_archived_)
* [paritytech/polkadot-sdk](https://github.com/paritytech/polkadot-sdk)
* [Polkadot.Network](https://polkadot.network/)
* [/r/polkadot](https://www.reddit.com/r/polkadot)
[github-release-badge]: https://img.shields.io/github/v/release/bunkerlab-net/docker-polkadot "Latest Github tag"
[github-release-link]: https://github.com/bunkerlab-net/docker-polkadot/releases
[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/bunkerlab-net/docker-polkadot/docker.yml?branch=master "Github Workflow Status (master)"
[github-actions-link]: https://github.com/bunkerlab-net/docker-polkadot/actions?query=workflow%3ADocker