actually install docker

This commit is contained in:
Fabio Barone 2020-05-15 15:21:12 -05:00
parent 369b14140e
commit 91f7e2a879
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ set -ev
brew update
brew install docker
brew install docker-machine
brew cask install virtualbox
docker-machine create --driver virtualbox default
docker-machine start default
# hack to address problem with using DOCKER_BUILDKIT=1, inspired by:
# * https://github.com/rootless-containers/usernetes/blob/master/.travis.yml
#