Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft GH-200 Exam - Topic 2 Question 17 Discussion

As a developer, how can you identify a Docker container action on GitHub?
D) The action.yml metadata file has the runs.using value set to Docker.
A) The action's repository includes @actions/core in the root directory.
B) The action's repository name includes the keyword 'Docker.'
C) The action.yml metadata file references a Dockerfile file.

Microsoft GH-200 Exam - Topic 2 Question 17 Discussion

Actual exam question for Microsoft's GH-200 exam
Question #: 17
Topic #: 2
[All GH-200 Questions]

As a developer, how can you identify a Docker container action on GitHub?

Show Suggested Answer Hide Answer
Suggested Answer: D

In a Docker container action, the action.yml file includes the runs.using field, which is set to docker to specify that the action runs inside a Docker container. This is the key indicator that the action is a Docker container action.


Contribute your Thoughts:

0/2000 characters
Elin
23 days ago
I'm leaning towards A. The presence of @actions/core is a strong indicator for me.
upvoted 0 times
...
Loreta
29 days ago
I agree, but option C also makes sense. If there's a Dockerfile, it's likely a Docker action.
upvoted 0 times
...
Jamal
1 month ago
I think option D is the best choice. It clearly states the usage of Docker.
upvoted 0 times
...
Novella
1 month ago
Totally agree with D, it's clear and concise!
upvoted 0 times
...
Kara
1 month ago
Wait, can you really tell just by the repo name? Sounds off.
upvoted 0 times
...
Lenny
2 months ago
A doesn't really mean it's a Docker action though.
upvoted 0 times
...
Billi
2 months ago
I think D is the most straightforward way to tell.
upvoted 0 times
...
Alesia
2 months ago
C is definitely a key indicator!
upvoted 0 times
...
Hayley
2 months ago
I remember discussing how the action.yml file is crucial, so option D might be the best choice since it directly mentions Docker.
upvoted 0 times
...
Markus
2 months ago
I practiced a question like this before, and I think option A is a bit misleading. Just because it has @actions/core doesn't mean it's a Docker action.
upvoted 0 times
...
Shantay
3 months ago
I'm not entirely sure, but I feel like option C could be correct since it mentions the action.yml and Dockerfile together.
upvoted 0 times
...
Launa
3 months ago
I think option D sounds familiar because I remember something about the runs.using value indicating the environment.
upvoted 0 times
...

Save Cancel