限制内存和cpu且修改默认端口
docker run -d --name=ranchersvr -m 1024M --memory-swap 1024M --cpus=1 --privileged --restart=unless-stopped -p 20080:20080 -p 20443:20443 rancher/rancher:latest --http-port=20080 --https-port=20443
限制内存和cpu且修改默认端口
docker run -d --name=ranchersvr -m 1024M --memory-swap 1024M --cpus=1 --privileged --restart=unless-stopped -p 20080:20080 -p 20443:20443 rancher/rancher:latest --http-port=20080 --https-port=20443
您的IP:
评论 (0)