7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
docker run --rm -it --name cleos \
|
|
--volume ./eosio-wallet:/root/eosio-wallet \
|
|
--volume ./scripts:/root/scripts \
|
|
-w /root/scripts \
|
|
dicoop/blockchain:latest /bin/bash
|
|
|