Skip to content

Commit 98ad58d

Browse files
committed
Adds no-loc for docker commands
1 parent a4cb963 commit 98ad58d

File tree

1 file changed

+52
-51
lines changed

1 file changed

+52
-51
lines changed
Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,52 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.design-container-build-strategy.knowledge-check
3-
title: Module assessment
4-
metadata:
5-
title: Module assessment
6-
description: "Knowledge check"
7-
ms.date: 05/25/2024
8-
author: wwlpublish
9-
ms.author: lumac
10-
ms.topic: unit
11-
ms.custom:
12-
- N/A
13-
durationInMinutes: 5
14-
content: |
15-
[!include[](includes/9-knowledge-check.md)]
16-
quiz:
17-
title: "Check your knowledge"
18-
questions:
19-
- content: "Which of the following commands do you use to retrieve an image from a container registry?"
20-
choices:
21-
- content: "Docker run."
22-
isCorrect: false
23-
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
24-
- content: "Docker pull."
25-
isCorrect: true
26-
explanation: "Correct. It's docker pull. You retrieve the image, likely from a container registry."
27-
- content: "Docker build."
28-
isCorrect: false
29-
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
30-
- content: "Which of the following choices isn't container-related Azure services?"
31-
choices:
32-
- content: "Azure App Service."
33-
isCorrect: false
34-
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
35-
- content: "Azure Container Instances."
36-
isCorrect: false
37-
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
38-
- content: "Azure Virtual Machine Scale Sets."
39-
isCorrect: true
40-
explanation: "Correct. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
41-
- content: "Which of the following choices creates an instance of the image?"
42-
choices:
43-
- content: "Docker run."
44-
isCorrect: true
45-
explanation: "Correct. It's docker run. You execute the container. An instance is created of the image."
46-
- content: "Docker build."
47-
isCorrect: false
48-
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."
49-
- content: "Docker pull."
50-
isCorrect: false
51-
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.design-container-build-strategy.knowledge-check
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: "Knowledge check"
7+
ms.date: 05/13/2024
8+
author: LuizMacedo
9+
ms.author: lumac
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
no-loc: [Docker run, Docker pull, Docker build]
14+
durationInMinutes: 3
15+
content: |
16+
[!include[](includes/9-knowledge-check.md)]
17+
quiz:
18+
title: "Check your knowledge"
19+
questions:
20+
- content: "Which of the following commands do you use to retrieve an image from a container registry?"
21+
choices:
22+
- content: "Docker run."
23+
isCorrect: false
24+
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
25+
- content: "Docker pull."
26+
isCorrect: true
27+
explanation: "Correct. It's docker pull. You retrieve the image, likely from a container registry."
28+
- content: "Docker build."
29+
isCorrect: false
30+
explanation: "Incorrect. It's docker pull. You retrieve the image, likely from a container registry."
31+
- content: "Which of the following choices isn't container-related Azure services?"
32+
choices:
33+
- content: "Azure App Service."
34+
isCorrect: false
35+
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
36+
- content: "Azure Container Instances."
37+
isCorrect: false
38+
explanation: "Incorrect. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
39+
- content: "Azure Virtual Machine Scale Sets."
40+
isCorrect: true
41+
explanation: "Correct. Azure provides a wide range of services that help you to work with containers such as Azure App Service and Azure Container Instances."
42+
- content: "Which of the following choices creates an instance of the image?"
43+
choices:
44+
- content: "Docker run."
45+
isCorrect: true
46+
explanation: "Correct. It's docker run. You execute the container. An instance is created of the image."
47+
- content: "Docker build."
48+
isCorrect: false
49+
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."
50+
- content: "Docker pull."
51+
isCorrect: false
52+
explanation: "Incorrect. It's docker run. You execute the container. An instance is created of the image."

0 commit comments

Comments
 (0)