Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 204 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 204 Bytes

docker NULS 2.0 images

# start a nuls 2.0 node
make start

# stop the node
make stop

# After start the node:

# launch the command line tool
make cmd

# access the container shell
make shell