8 lines
203 B
Bash
Executable File
8 lines
203 B
Bash
Executable File
docker run --rm -it --name cleos \
|
|
--network dicoop \
|
|
--volume ./eosio-wallet:/root/eosio-wallet \
|
|
--volume ./scripts:/root/scripts \
|
|
-w /root/scripts \
|
|
dicoop/blockchain_v5.1.1:dev /bin/bash
|
|
|