FeiYuJun

Results 1 comments of FeiYuJun

**swirl.scale标签配置** ![image](https://user-images.githubusercontent.com/47017259/164685711-97969302-4e1c-469e-98f0-eccd1ce1f31c.png) **cpu监控值** ![image](https://user-images.githubusercontent.com/47017259/164685853-b5a86ab1-ee61-434e-9471-22b3dc79db31.png) **创建服务** ```bash docker service create \ --name control_dutall-cloud-control-api-impl \ --publish mode=ingress,target=9098,published=5004,protocol=tcp \ --env 'JARMEM=512M' \ --env 'JARPORT=9098' \ --label 'swirl.scale=min=1,max=5,cpu=1:100' \ --container-label 'com.docker.stack.namespace=control' \ --mount type=volume,source=vl_dutalljava,destination=/home/log/...