Skip to content

Commit

Permalink
fix macos docker in CI (#175)
Browse files Browse the repository at this point in the history
* pin docker to 20.10.9

* docker 2.10.9 url?

* try vbox host networking change

* disable other jobs for testing

* disable other jobs for testing

* once more, with feeling!

* chownin around

* restore tests
  • Loading branch information
briantist authored Nov 4, 2021
1 parent d673336 commit af71153
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/macos-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ runs:
run: |
mkdir -p ~/.docker/machine/cache
curl -Lo ~/.docker/machine/cache/boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v19.03.12/boot2docker.iso
sudo mkdir -p /etc/vbox
sudo chown -R $(whoami) /etc/vbox
sudo echo '* 0.0.0.0/0 ::/0' > /etc/vbox/networks.conf
brew install docker-machine docker
docker --version
docker-machine create --driver virtualbox default
Expand Down

0 comments on commit af71153

Please sign in to comment.