From 633a198af192fbc7c508121500325c096a2145d8 Mon Sep 17 00:00:00 2001 From: Isac Date: Thu, 6 Sep 2018 17:02:48 +0200 Subject: [PATCH] Remove docker-compose from brew cask install As the formular doesn't exist - thanks @erikdstock --- practices/platform/hokusai.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/practices/platform/hokusai.md b/practices/platform/hokusai.md index 2559f108..8a3a446c 100644 --- a/practices/platform/hokusai.md +++ b/practices/platform/hokusai.md @@ -7,8 +7,10 @@ Docker and Kubernetes clusters. ### Quickstart +Install Git, Docker for Mac and Hokusai: + ``` -brew install git && brew tap caskroom/cask && brew cask install docker docker-compose +brew install git && brew tap caskroom/cask && brew cask install docker curl https://artsy-provisioning-public.s3.amazonaws.com/hokusai -o /usr/local/bin/hokusai && chmod +x /usr/local/bin/hokusai hokusai configure --kubectl-version 1.6.3 --s3-bucket artsy-citadel --s3-key k8s/config ```