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

Deal with more docker-compose.yml corner cases #39

Closed
emk opened this issue Oct 22, 2016 · 1 comment
Closed

Deal with more docker-compose.yml corner cases #39

emk opened this issue Oct 22, 2016 · 1 comment
Assignees
Labels

Comments

@emk
Copy link
Contributor

emk commented Oct 22, 2016

There are some corner cases in docker-compose.yml that we should handle better.

  • nil instead of structs (especially under volumes)
  • integers and booleans instead of string values in environment and driver_opts
  • variable interpolation in various Map structures

It's easier to write the ugly serde deserializers for all of these than it is to explain the restrictions to people.

@emk emk added the bug label Oct 22, 2016
@emk emk self-assigned this Nov 9, 2016
@emk
Copy link
Contributor Author

emk commented Nov 10, 2016

@emk emk closed this as completed Nov 10, 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