Skip to content

Commit 3fb1d56

Browse files
authored
Update docker-interview-questions.md
1 parent 1cc2c84 commit 3fb1d56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/docker-interview-questions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,5 +548,11 @@ Amazon Kinesis is a platform for streaming data on AWS, offering powerful servic
548548
AWS provides tools and services that aid developers in the serverless application development process. AWS and its partner ecosystem offer tools for continuous integration and delivery, testing, deployments, monitoring and diagnostics, SDKs, frameworks, and integrated development environment (IDE) plugins.
549549

550550

551+
# DCA Mock questions
551552

553+
## 1. How can we limit the number of CPUs provided to a container?
552554

555+
a) Using `--cap-add CPU` . <br>
556+
b) Using` --cpuset-cpus` . <br>
557+
c) Using` --cpus `. <br>
558+
d) It is not possible to specify the number of CPUs;we have to use `--cpu-shares` and define the CPU slices. <br>

0 commit comments

Comments
 (0)