docker-compose
Closed this issue · 4 comments
Plork commented
I don't know if you tested this .. but I cannot get docker-compose to work via this way of working.
normal docker commands work. but when I am on my mac and try to mount volumes in the compose file I get.
ERROR: for db Cannot create container for service db: invalid volume spec "C": invalid volume specification: 'C'
services:
db:
image: microsoft/mssql-server-windows-express
volumes:
- ./docker/databases:C:Data
StefanScherer commented
Yes, I've tried this. This scenario is still a work in progress:
StefanScherer commented
This PR docker/compose#5363 worked for a short time, but was not merged.
StefanScherer commented
At least mounting the named pipe works with Server 1709 and Compose 1.18 (rc) docker/compose#5181
StefanScherer commented
Closing this as there are a lot of issues referenced to track the progress.