Questions
- What is the Docker platform?
A. The Docker platform helps us to package applications (code, configuration, and dependencies) as standalone lightweight executable images.
B. The Docker platform is an open source platform.
C. The Docker platform supports cross-platform images and containers.
D. All the above
Answer – D
- Linux and Windows are the target OSs supported by Docker.
A. True
B. False
Answer – A
- ACR is an offering to securely store and manage container images with the help of Microsoft.
A. True
B. False
Answer – A
- Which of the following statements is correct?
A. We can push a Docker image to ACR using the docker push
command.
B. Azure Kubernetes Service offers deployment and management of container images from ACR.
C. The Microsoft.Orleans.Hosting.Kubernetes
NuGet package provides support for hosting a Microsoft Orleans application in Azure Kubernetes...