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?
Glad you were able to get all set up! If you want to restart the container you can do the following:
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