Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose #16

Closed
Plork opened this issue Dec 18, 2017 · 4 comments
Closed

docker-compose #16

Plork opened this issue Dec 18, 2017 · 4 comments

Comments

@Plork
Copy link

Plork commented Dec 18, 2017

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
Copy link
Owner

@StefanScherer
Copy link
Owner

This PR docker/compose#5363 worked for a short time, but was not merged.

@StefanScherer
Copy link
Owner

At least mounting the named pipe works with Server 1709 and Compose 1.18 (rc) docker/compose#5181

@StefanScherer
Copy link
Owner

Closing this as there are a lot of issues referenced to track the progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants