docker-hs
docker-hs copied to clipboard
`memorySwap` in createContainer seems to be ignored
I haven't investigated this thoroughly, but it appears that the memorySwap
configuration documented here:
seems to be ignored by docker, and when inspecting the running container it always has:
"MemorySwap": -1,
I will try to investigate further, but I am posting this here in the meantime in case anyone else has any more information.
Thank you