mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
bb6a3fb0a2
* staking-miner: docker image * renaming * add doc * fix readme * remove the creation of home for the polkadot user * new builder image for the staking-miner * remove mentions of the polkadot binary and add env * foc: fix doc * fix typos and dictionnary * doc + sync up the 2 images * doc: fine tuning the doc * doc: security warning
8 lines
411 B
Markdown
8 lines
411 B
Markdown
# Self built Docker image
|
|
|
|
The Polkadot repo contains several options to build Docker images for Polkadot.
|
|
This folder contains a self-contained image that does not require a Linux pre-built binary.
|
|
Instead, building the image is possible on any host having docker installed and will
|
|
build Polkadot inside Docker. That also means that no Rust toolchain is required on the host
|
|
machine for the build to succeed.
|