grammarly / rocker-compose

Docker composition tool with idempotency features for deploying apps composed of multiple containers.
Other
407 stars 26 forks source link

Invalid volume on Windows #25

Closed mariana-romanyshyn closed 8 years ago

mariana-romanyshyn commented 9 years ago
Alex@Alex-HP MINGW64 /c/users/alex/oranges (fpfn-alex)
$ rocker-compose run -f compose-apple-local.yml --var prefix=/c/users/alex/
time="2015-10-28T18:28:00+03:00" level=info msg="Reading manifest: compose-apple-local.yml"
time="2015-10-28T18:28:00+03:00" level=info msg="Gathering info about 1 containers"
time="2015-10-28T18:28:01+03:00" level=info msg="Removing container apple.orange id:c966a39a5f06"
time="2015-10-28T18:28:01+03:00" level=info msg="Create container apple.orange"
time="2015-10-28T18:28:01+03:00" level=fatal msg="Execution failed with, error: Failed to create container, error: API error (500): Invalid volume specification: C:\\users\\alex\\oranges/C:/users/alex/oranges:/oranges\n"
ybogdanov commented 9 years ago

@mariana-romanyshyn can you please provide the compose-apple-local.yml source? Or at least the volumes property from there.