pauleve / docker-mtgo

Docker image with ready-to-play MTGO (Magic Online) for Linux and macOS
https://hub.docker.com/r/panard/mtgo/
470 stars 34 forks source link

daemon error #28

Closed poppa-f closed 5 years ago

poppa-f commented 6 years ago

I followed the macos steps but get the following error when I run ./run-mtgo:

(sorry if I'm being dumb, never used docker before)

docker volume create mtgo-data Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? Using network interface 'en0' open -a XQuartz socat on 192.168.1.3 forwarding to docker run --privileged --rm -e DISPLAY -v /Users/fred/.local/share/mtgo:/home/wine/.wine/host/ -v mtgo-data:/home/wine/.wine/drive_c/users/ -e WINE_X11_NO_MITSHM=1 --net=host --ipc=host -e TZ=/usr/share/zoneinfo/Europe/London --name mtgo_running panard/mtgo:latest mtgo docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'. ./run-mtgo: line 230: 79915 Terminated: 15 tail -f ${URL_REQUESTS} 79917 | while read url; do run $WEBBROWSER "${url}"; done>

pauleve commented 6 years ago

As stated in the error messages, Docker does not appear to be running. You need to install it and launch it before starting run-mtgo.

poppa-f commented 6 years ago

yes I figured this would be the issue.

I've "brew install docker" and read the docker docs, but still not clear to me how to actually launch docker.

Is there a step-by-step idiots guide anywhere you could point me at?

On Wed, May 2, 2018 at 1:31 PM, Loïc Paulevé notifications@github.com wrote:

As stated in the error messages, Docker does not appear to be running. You need to install it and launch it before starting run-mtgo.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pauleve/docker-mtgo/issues/28#issuecomment-385961602, or mute the thread https://github.com/notifications/unsubscribe-auth/AlGrmykJxChtsrbG2Xy2sQd1zP8pS6IIks5tuacKgaJpZM4TvCjP .

pauleve commented 6 years ago

https://docs.docker.com/docker-for-mac/

pauleve commented 5 years ago

Launching the "Docker" application should be enough. Otherwise, you can follow the step-by-step tutorial to install MTGO on macOS without Docker available here: https://github.com/pauleve/docker-mtgo/wiki/macOS:-installing-MTGO-using-Wine