Run with resource limits docker

Limit container to 512MB RAM and half a CPU core

docker run --memory=512m --cpus=0.5 --oom-kill-disable=false myapp
more docker all 46 commands →