mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Update Docker instructions (#13437)
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
args=$@
|
||||
|
||||
# handle when arguments not provided. run arguments provided to script.
|
||||
if [ "$args" = "" ] ; then
|
||||
printf "Note: Please try providing an argument to the script.\n\n"
|
||||
exit 1
|
||||
else
|
||||
printf "*** Running Substrate Docker container with provided arguments: $args\n\n"
|
||||
docker run --rm -it parity/substrate $args
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user