X Tutup
Skip to content

Add ulimit support#213

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
vangie:vangie/support_ulimit
May 10, 2015
Merged

Add ulimit support#213
marcuslinke merged 1 commit intodocker-java:masterfrom
vangie:vangie/support_ulimit

Conversation

@vangie
Copy link
Copy Markdown
Contributor

@vangie vangie commented May 7, 2015

Add ulimit support for docker 1.6

Ulimits - A list of ulimits to be set in the container, specified as { "Name": , "Soft": , "Hard": }, for example: Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}

@marcuslinke
Copy link
Copy Markdown
Contributor

@vangie Thanks for your contribution. I will merge soon but first it needs to test general compatibility of current docker-java code with docker remote API 1.18.

@marcuslinke marcuslinke merged commit 6fa074b into docker-java:master May 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup