You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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."
- 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."
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/learn-continuous-integration-github-actions/2-describe-continuous-integration-with-actions.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ title: Describe continuous integration with actions
4
4
metadata:
5
5
title: Describe continuous integration with actions
6
6
description: "Describe continuous integration with actions"
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/learn-continuous-integration-github-actions/6-describe-best-practices-for-creating-actions.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ title: Describe best practices for creating actions
4
4
metadata:
5
5
title: Describe best practices for creating actions
6
6
description: "Describe best practices for creating actions"
0 commit comments