CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Stop Command #135

Closed revett closed 5 years ago

revett commented 5 years ago

Problem

After the stack has been started, there is no way of stopping the containers without removing them completely.

Solution

Add a new stop command:

neo-local stop

Example:

image

Checklist

nunojusto commented 5 years ago

I don't see a reason to have a stop if we cannot give a parameter to stop an individual container. Also start command cannot start just one container. So stopping all, makes us having all containers stopped and cannot be started again. Not even with start (all) command.