Запуск boot2docker с аргументами start | info | stop | delete приводит к сообщению об ошибке:
snowch$ boot2docker start
error in run: Failed to get machine "boot2docker-vm": machine does not exist
snowch$ boot2docker info
error in run: Failed to get machine "boot2docker-vm": machine does not exist
snowch$ boot2docker stop
error in run: Failed to get machine "boot2docker-vm": machine does not exist
snowch$ boot2docker delete
error in run: Failed to get machine "boot2docker-vm": machine does not exist
Ошибка init была несколько иной
snowch$ boot2docker init
error in run: Failed to initialize machine "boot2docker-vm": exit status 1
Как я могу это исправить?