mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
8 lines
190 B
Bash
Executable File
8 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# To connect to docker cluster node.
|
|
docker run -i -t --rm --network=hpnet hp:text_client
|
|
|
|
# To connect to localhost node.
|
|
# docker run -i -t --rm --network=host hp:text_client
|