mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 23:27:56 +00:00
97a6db785e
* Add Dockerfile Add documentation Ref #375 * Add PORT, VOLUME and reduce size of the docker image significantly Fix doc and reduce image size Fix #375 * Fix docker compose
17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
|
|
== Polkadot Docker
|
|
|
|
=== Start a Polkadot docker container
|
|
|
|
Run the following command
|
|
|
|
docker run -d chevdor/polkadot:latest polkadot
|
|
|
|
=== Building the image
|
|
|
|
To build your own image from the source, you can run the following command:
|
|
|
|
./build.sh
|
|
|
|
NOTE: Building the image takes a while. Count at least 30min on a good machine.
|