Install Docker, version 1.12.3 or above is required.
Run
docker version
and make sure it shows both client and server versions correctly.
Install docker-compose if you want to
use compose
property in targets.
brew tap evo-cloud/toolkit # only do this once
brew install hmake
Or download and extract the binary directly
curl -s https://github.com/evo-cloud/hmake/releases/download/v1.3.1/hmake-darwin-amd64.tar.gz | sudo tar -C /usr/local/bin -zx
curl -s https://github.com/evo-cloud/hmake/releases/download/v1.3.1/hmake-linux-amd64.tar.gz | sudo tar -C /usr/local/bin -zx
Download and extract the binary from
https://github.com/evo-cloud/hmake/releases/download/v1.3.1/hmake-windows-amd64.zip
No. That’s all you need. Enjoy!