docker run -d -p 8080:80 --memory="128m" nginx # hard memory limit docker run -d -p 8080:80 --memory-reservation="256m" nginx # soft memory limit