azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
897 stars 63 forks source link

[hotfix stop-container] Fixing error when stopping #509

Closed saitodisse closed 9 years ago

saitodisse commented 9 years ago

When an error occurs in the command step of an azk start Docker 1.8 gives an error because azk tries to stop a non started container.

saitodisse commented 9 years ago

This PR was a mistake. This change already made on master: https://github.com/azukiapp/azk/blob/master/src%2Fsystem%2Frun.js#L231