You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
When running nitro stop from the command line, it's job is to stop all running Nitro containers (whatever they may be).
However, if no containers were running to begin with, it's actually throwing an error...
❯ nitro stop
Error: there are no running containers
If no containers were running in the first place, it should just finish successfully. Because it did what it set out to do... close all running Nitro containers (and there were none).
Description
When running
nitro stopfrom the command line, it's job is to stop all running Nitro containers (whatever they may be).However, if no containers were running to begin with, it's actually throwing an error...
If no containers were running in the first place, it should just finish successfully. Because it did what it set out to do... close all running Nitro containers (and there were none).
Steps to reproduce
nitro stopfrom the command line.Additional info