Skip to content

Commit

Permalink
Update git-quiz.md (#7007)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxkd authored Feb 24, 2024
1 parent 94b4a85 commit 6539031
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1378,3 +1378,9 @@ broccoli
- [ ] Type “function” and then press Ctrl+/ (Windows) or Command +/ (Mac).
- [ ] Include variables in the parentheses.
- [ ] Use consistent formatting for your function names.

#### Q153. What does the RUN command do in a Dockerfile?
- [ ] It allows you to specify which type of machine to procure.
- [ ] It helps run your workflows.
- [ ] It fires up an additional container
- [x] It allows you to execute a shell command during the image generation process

0 comments on commit 6539031

Please sign in to comment.