nexdrew / rekcod

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

feat: handle special characters in cmd #54

Closed nexdrew closed 5 years ago

nexdrew commented 5 years ago

Fixes #40.

Wraps each individual piece of the Config.Cmd command in single quotes, so that only single quote characters need to be escaped, similar to how env var values are handled in #24.