thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

using temporary directories breaks cluster testing #72

Closed rustyrazorblade closed 5 years ago

rustyrazorblade commented 5 years ago

Looks like docker hates the way we're setting up test contexts. Maybe we should move them to $USER/.tlp-cluster/test-contexts.

Here's the exception:

com.github.dockerjava.api.exception.DockerException: Mounts denied: 
The path /var/folders/0l/g2p6cnyd5kx_1wkl83nd3y4r0000gn/T/test4278727697400621283
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.
ossarga commented 5 years ago

Not an issue at the moment.