-
Notifications
You must be signed in to change notification settings - Fork 645
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
Use of "--shm-size" as "docker run" parameter #463
Comments
No, not yet. But it should be easy to add. If you feel fancy, please create a PR. Its easy to implement, a starting point is e.g. https://github.com/fabric8io/docker-maven-plugin/blob/master/src/main/java/io/fabric8/maven/docker/access/ContainerCreateConfig.java#L102 where the If not, no problem. I put this on the roadmap (but might take a bit) |
I'll try to do it! |
cool, thx :) |
done! |
Thanks. 0.15.4 is released, containing your fixes. |
Hello,
Is there a way to add the "--shm-size" parameter in the "docker run" command produced by the plugin?
This parameter is a standard one, as described in Docker reference documentation
Thanks,
Olivier
The text was updated successfully, but these errors were encountered: