docker stop NAME
docker container update NAME --cpus="2" --memory="2g" --memory-swap="-1"
docker start NAME