dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

"/dotmesh-pool-id" should not be inside container, it has to be on the host #649

Open rusenask opened 5 years ago

rusenask commented 5 years ago

Currently we read dotmesh-pool-id from /dotmesh-pool-id file, that should be moved to the host.

contents, err := ioutil.ReadFile("/dotmesh-pool-id")