A container has a runaway process that is consuming all of its allotted CPU time. You want to temporarily stop this container from using any more CPU so that you can inspect it and try to correct the problem.
Which command would you run?
A.
kill -STOP ‘Ixc-info -pid -n «container name>’
B.
Ixc-freeze -n «container name>
C.
Ixc-stop -n «container name> -freeze
D.
Ixc-cgroup -n «container name> cpu.shares 0
Explanation:
Reference:http://man7.ora/linux/man-paaes/man1 /Ixc-freeze. 1.html
B
B