-
Notifications
You must be signed in to change notification settings - Fork 315
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
Systemd escaping #124
Comments
olivierHa
added a commit
to olivierHa/puppetlabs-docker
that referenced
this issue
Jan 22, 2018
olivierHa
added a commit
to olivierHa/puppetlabs-docker
that referenced
this issue
Jan 22, 2018
scotty-c
pushed a commit
that referenced
this issue
Jan 22, 2018
closing due to #125 being merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
As already reported in the "Issues " of gareth-docker (#647 or #432 there is an issue with complex run commands under systemd.
I ran into the same issue, while adding JVM_ARGS to a docker container, for example
JVM_ARGS='-Xms2048m -Xmx2048m -XX:MaxDirectMemorySize=1g`
The patch provided in the previous issue, solves this issue.
The text was updated successfully, but these errors were encountered: