docker run -di \ --name=sduoj-gateway \ --publish=8080:8080 \ --pids-limit=1024 \ --cpu-shares=100 \ --memory=2048M \ --memory-swap=2048M \ -e NACOS_ADDR=127.0.0.1 ...