You are viewing a single comment's thread from:

RE: Quick Setup: NEO Private Net w/gas

in #neo7 years ago

Thanks, worked great. I'm going to try and learn all I can about this.
What is the best way to stop the private net and the container?
and how do I restart them another day?

Please let me know if this is correct to shut it down;
My guess is to use 'quit' to stop Neo in terminal, then 'exit' from neo-python, then click 'quit Docker' from the Docker app.
Anything else?

Sort:  

Glad you were able to get all set up! If you want to restart the container you can do the following:

docker ps

This will list all the active containers. Get the container id of the neo privnet, and remove it with:

docker rm {CONTAINER_ID}

If you are feeling extra fancy, you can checkout my other post on create bash scripts for these things ^^
https://steemit.com/neo/@z0yo/neo-smart-contracts-workflow-improvements