This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Description
Hello,
There is a bug with checkMachineRunning when a machine list contains a machine in "error" state.
e.g.:

Reproduce steps:
- Create 2 machines
- Stop the second machine and remove its config
- Try to start the second machine. It will be in the error state
- Try to filter the first machine by name:
docker-machine ls motivation --filter "Name=motivation" --format "{{.State}}"
It will show 2 states: Running and Error:
