docker-maven-plugin
docker-maven-plugin copied to clipboard
Add support for MemorySwappiness when creating containers please
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
here's a pull request, not sure if everything is good? https://github.com/fabric8io/docker-maven-plugin/pull/1547