Skip to content

Added memory swappiness to create container command.#1093

Merged
KostyaSha merged 1 commit intodocker-java:masterfrom
Baqend:create-container-with-swappiness
Sep 27, 2018
Merged

Added memory swappiness to create container command.#1093
KostyaSha merged 1 commit intodocker-java:masterfrom
Baqend:create-container-with-swappiness

Conversation

@fbuecklers
Copy link
Copy Markdown
Contributor

@fbuecklers fbuecklers commented Sep 5, 2018

Expose the swappiness flag on the createContainerCommand and add a test case for it


This change is Reviewable

@Override
@JsonIgnore
public Integer getMemorySwappiness() {
return hostConfig.getMemorySwappiness();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't proxy calls, use get/set directly on hostconfig

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KostyaSha KostyaSha added this to the 3.1.0-rc-6 milestone Sep 27, 2018
@KostyaSha KostyaSha merged commit 3567fab into docker-java:master Sep 27, 2018
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.

3 participants