ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
429 stars 61 forks source link

Unable to run minimesos on OSX with docker 1.12 #488

Closed quamilek closed 8 years ago

quamilek commented 8 years ago

I have try to run minimesos on OSX 10.11.4, I got following errors:

$ minimesos up
docker: Error response from daemon: Mounts denied: 
The path /usr/local/bin/docker
is not shared from OS X and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.

Docker version:

$ docker version
Client:
 Version:      1.12.0
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   8eab29e
 Built:        Thu Jul 28 21:15:28 2016
 OS/Arch:      darwin/amd64

Server:
 Version:      1.12.0
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   8eab29e
 Built:        Thu Jul 28 21:15:28 2016
 OS/Arch:      linux/amd64
frankscholten commented 8 years ago

Hi @quamilek, Docker for Mac it not supported yet. See this https://github.com/ContainerSolutions/minimesos/issues/431

jetztgradnet commented 8 years ago

I also have this issue. The workaround using socat as described in #431 helps to get around the problem with accessing the port, but this problem still occurs.

eugene-goldberg commented 7 years ago

Same issue: docker: Error response from daemon: Mounts denied

miroswan commented 7 years ago

Removing the -v flag from the minimesos bash script that mounts the docker binary will allow you to execute minimesos. Not sure about how it will function though...

eugene-goldberg commented 7 years ago

thanks!

On Sat, Sep 24, 2016 at 8:43 PM, Demitri Swan notifications@github.com wrote:

Removing the -v flag from the minimesos bash script that mounts the docker binary will allow you to execute minimesos. Not sure about how it will function though...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ContainerSolutions/minimesos/issues/488#issuecomment-249397502, or mute the thread https://github.com/notifications/unsubscribe-auth/AG67aqHm7CXyugwkp2QZehMU5yyEjRMWks5qtdGzgaJpZM4JbDNl .