// 512MB의 메모리와 50%의 CPU 할당
docker run -m 512m --cpu-quota=50000 <image name>

// stat 확인
docker stats <container id>

docker stat image