-
Notifications
You must be signed in to change notification settings - Fork 9
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
Invalid characters for a local volume name #6
Comments
Reference: mauricioklein/docker-compose-api#33 |
Workaround: spec file
docker-compose.tpl.yml: version: '2'
services:
images:
image: nginx:1.10-alpine
volumes:
- $PWD/spec/images:/usr/share/nginx/html |
@estahn thanks for all your reports 😉 |
I'm going to leave this issue open, but if I understand the problem correctly, this should be fixed in the docker-compose-api gem. |
Thanks @sergeyklay. Unfortunately the error still seems to prevail. But I'm not sure if it is a Tested with
|
Dockerspec Version
0.4.1
Ruby Version
2.4.0
Platform Details
Mac
Scenario
Run dockerspec with docker-compose.
Steps to Reproduce
Dockerfile
spec:
Expected Result
Run as documented
Actual Result
The text was updated successfully, but these errors were encountered: