mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 10:15:42 +00:00
631a5db536
* Move CI scripts and update references * Update paths in .gitlab-ci.yml * Removed outdated entries from CODEOWNERS
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.
|