Substrate development environment, including start solochain and parachain.
After docker installed, run
docker pull tolak/substrate-development:v0.3.0
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.
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
See here