Skip to content

nutbox-dao/substrate-development-docker

Repository files navigation

Docker Container Of Substrate Development

Substrate development environment, including start solochain and parachain.

Download image or build image by yourself

Download prebuild image from docker hub

After docker installed, run

docker pull tolak/substrate-development:v0.3.0

Or build by yourself

Run script build-image.sh or give a specific image name by runing

docker build -t <image name> .

Note case binary file under polkadot-launch/bin is too large, so before build your own image contact me to get the right binary file.

Run docker container by executing

docker run -it -p 127.0.0.1:9944:9944 -p 127.0.0.1:9988:9988 -p 127.0.0.1:9999:9999 --name substrate tolak/substrate-development:v0.3.0

Run Parachains

See here

About

Docker files of build substrate chain development environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published