How to achieve cpu-throttling in docker swarm mode: docker service create

545 views Asked by At

We can assign cpu-quota and cpu-period using docker run command. How to achieve the same using docker service create command?.

In docker 1.12 swarm mode there is only "--limit-cpus" option.

0

There are 0 answers