nix-docker icon indicating copy to clipboard operation
nix-docker copied to clipboard

[WIP] Use docker-machine when not on Linux

Open kirelagin opened this issue 6 years ago • 0 comments

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.

kirelagin avatar Jul 16 '17 13:07 kirelagin