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

Problem with comma splitting docker parameters into several commands #10

Closed
olegtarasov opened this issue Oct 27, 2019 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@olegtarasov
Copy link

olegtarasov commented Oct 27, 2019

You have a comma , used to separate multiple commands in a single string. This makes it impossible to run commands which have a comma in their parameters. For example, docker mount:

--mount type=volume,src=<VOLUME-NAME>,dst=<CONTAINER-PATH>

This parameter line is split at commas even though I use multiline YAML format for script. Maybe it's better to remove comma altogether and rely exclusively on YAML multiline support.

@appleboy
Copy link
Owner

@olegtarasov I will fix the issue asap.

@appleboy
Copy link
Owner

Screen Shot 2019-11-21 at 11 11 50 AM

@appleboy
Copy link
Owner

@appleboy appleboy added the bug Something isn't working label Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants