亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

docker swarm中如何限制每個容器最多只能使用1核CPU

docker swarm中如何限制每個容器最多只能使用1核CPU

慕容3067478 2018-08-13 10:13:18
請問如何在docker swarm的stack compose yml 配置文件中限制每個容器最多只能使用1核CPU?
查看完整描述

1 回答

?
倚天杖

TA貢獻1828條經驗 獲得超3個贊

使用 --cpus=<value> 命令,在 docker run的時候進行分配,
If you have 1 CPU, each of the following commands guarantees the container at most 50% of the CPU every second.

Docker 1.13 and higher:docker run -it --cpus=".5" ubuntu /bin/bash
Docker 1.12 and lower:

$ docker run -it --cpu-period=100000 --cpu-quota=50000 ubuntu /bin/bash

更多的參數可以參考:
Limit a container's resources


查看完整回答
反對 回復 2018-08-29
  • 1 回答
  • 0 關注
  • 1235 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號