LnL7 / nix-docker

Docker images for the Nix package manager
MIT License
288 stars 41 forks source link

[WIP] Use docker-machine when not on Linux #10

Open kirelagin opened 7 years ago

kirelagin commented 7 years ago

There are two issues here:

  1. Updating the docker host ip (see TODO in the code).
  2. It seems that Docker has a desktop app for macOS, which handles all virtual machines stuff automatically, so docker-machine is not needed.

Anyway, I modified the script to work with the Homebrew Docker (and possibly on other non-Linux platforms) and thought I would share it with others.