Docker - Resource Management
You run a container with:
But the container uses 300MB memory and is not killed. Why?
docker run --memory-reservation=200m myappBut the container uses 300MB memory and is not killed. Why?
