nexdrew / rekcod

docker inspect :mag: → docker run :runner:
ISC License
371 stars 32 forks source link

Config.Cmd joined array should not be wrapped in double-quotes #1

Closed nexdrew closed 8 years ago

nexdrew commented 8 years ago

Actually, any non-keyed argument doesn't need double-quotes.

In the future, might need to check for/escape double-quotes for things that get wrapped in double-quotes. Haven't encountered a problem with this yet, so leaving Config.Entrypoint treatment as is for now.