Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Docker installed via Homebrew #1

Open
DannyJJK opened this issue Nov 3, 2019 · 1 comment
Open

Doesn't work with Docker installed via Homebrew #1

DannyJJK opened this issue Nov 3, 2019 · 1 comment

Comments

@DannyJJK
Copy link

DannyJJK commented Nov 3, 2019

Pretty much what it says in the title, I installed Docker via Homebrew brew install docker and the script says that Docker isn't installed. The script works perfectly fine with the Docker version installed from the website, but it's nice to have the choice :)

@n3d1117
Copy link
Owner

n3d1117 commented Nov 4, 2019

Hello @DannyJJK, thanks for your feedback! With 777c851 I added compatibility for homebrew-based Docker installations. A few things to note:

  • I assumed you're using docker-machine and virtualbox to create a Linux VM for the docker daemon and attach to it (that was in most tutorials I found online): the script will auto detect docker-machine and act accordingly
  • I assumed the machine name is default, created with some command that looks like docker-machine create --driver virtualbox default. If your machine name is different, you can feel free to edit it (see these lines here and here)
  • The VM IP address (something like 192.168.99.100) will be used instead of localhost (127.0.0.1) to load the stream

No additional configuration should be needed. Let me know if it works for you so I can close this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants