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

bug: volumes with double quotes are skipped. #57

Open
wallnerryan opened this issue Dec 8, 2016 · 0 comments
Open

bug: volumes with double quotes are skipped. #57

wallnerryan opened this issue Dec 8, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@wallnerryan
Copy link
Contributor

Example volume

volumes:
    - "cassandra1:/var/lib/cassandra"

fli-docker skips this because the code here https://github.com/ClusterHQ/fli-docker/blob/master/utils/utils.go#L191 doesnt take into account the - " but rather single quotes works fine.

@wallnerryan wallnerryan added the bug label Dec 8, 2016
@wallnerryan wallnerryan added this to the 0.2.2 milestone Dec 8, 2016
@wallnerryan wallnerryan self-assigned this Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant