DCA - Docker Certified Associate Exam Practice Test
DCA - Docker Certified Associate Exam FREE Docker Certified Associate MCQ Question and Answers
Which of the subsequent patterns would prevent any Python byte-code files from being copied during the building of a Docker image?
Select your answer
A
**/*.pyc
B
/*.pyc
C
**.pyc
D
*.pyc
Hint