docker-maven-plugin icon indicating copy to clipboard operation
docker-maven-plugin copied to clipboard

Add support for MemorySwappiness when creating containers please

Open maxant opened this issue 2 years ago • 1 comments

Description

We can specify memory and memorySwap, but not yet MemorySwappiness.

Info

See https://docs.docker.com/engine/api/v1.41/#operation/ContainerCreate and MemorySwappiness and https://docs.docker.com/config/containers/resource_constraints/#--memory-swap-details

maxant avatar Apr 26 '22 18:04 maxant

here's a pull request, not sure if everything is good? https://github.com/fabric8io/docker-maven-plugin/pull/1547

maxant avatar Apr 26 '22 19:04 maxant