Sign inSign up

kizzx2/neo-cli

By kizzx2

•Updated almost 7 years ago

Docker image to run neo-cli in one line

Image
1

6.2K

kizzx2/neo-cli repository overview

⁠neo-cli

Docker image to easily run NEO-CLI client. This is also the easiest method to run NEO-CLI as a daemon as of writing.

⁠Usage

Start syncing with RPC:

docker run --rm -it -p 10332:10332 -v $PWD/Chain:/neo-cli/Chain kizzx2/neo-cli

Start syncing with RPC on testnet:

docker run --rm -it -p 20332:20332 -v $PWD/Chain:/neo-cli/Chain kizzx2/neo-cli:testnet

Starting as a daemon:

docker run --name neo-cli -id --rm -p 10332:10332 kizzx2/neo-cli

Starting as a daemon with docker-compose:

Use the docker-compose.yml in the repository.

Tag summary

Content type

Image

Digest

Size

138.3 MB

Last updated

almost 7 years ago

docker pull kizzx2/neo-cli