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

Fix DOCKER_ARGS and various other shell-quoting bugs #41

Merged
merged 2 commits into from
Jun 11, 2014

Conversation

dlitz
Copy link
Contributor

@dlitz dlitz commented Jun 9, 2014

No description provided.

dlitz added 2 commits June 8, 2014 16:57
This fixes adding multiple argument to DOCKER_ARGS in dvm.conf, e.g.:

    export DOCKER_ARGS="--dns 192.0.2.88 --dns 192.0.2.44"
EXTRA_ARGS was not being exported (and apparently busybox forks before
expanding args?)

The docker process now seems to actually receive the extra args.
@fnichol fnichol merged commit 6012116 into fnichol:master Jun 11, 2014
fnichol added a commit that referenced this pull request Jun 11, 2014
fnichol added a commit that referenced this pull request Jun 11, 2014
@fnichol
Copy link
Owner

fnichol commented Jun 11, 2014

Thanks, this did clear up a few bugs for sure. Well done 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants