PCCSE · Question #66
Which statement is true about obtaining Console images for Prisma Cloud Compute Edition'?
The correct answer is B. To retrieve Prisma Cloud Console images using basic auth:. To retrieve Prisma Cloud Console images using basic authentication, the correct Docker pull command must encode credentials in the format 'username:password' passed via the registry URL or through 'docker login' first. Answer B reflects the correct syntax for basic auth (e.g., us
Question
Which statement is true about obtaining Console images for Prisma Cloud Compute Edition'?
Options
- ATo retrieve Prisma Cloud Console images using basic auth:
- BTo retrieve Prisma Cloud Console images using basic auth:
- CTo retrieve Prisma Cloud Console images using URL auth:
- DTo retrieve Prisma Cloud Console images using URL auth:
How the community answered
(23 responses)- B91% (21)
- C4% (1)
- D4% (1)
Explanation
To retrieve Prisma Cloud Console images using basic authentication, the correct Docker pull command must encode credentials in the format 'username:password' passed via the registry URL or through 'docker login' first. Answer B reflects the correct syntax for basic auth (e.g., using 'docker login' with -u and -p flags before pulling). Answer A is incorrect due to a syntax or format error in the command. Answers C and D use URL-based auth, which is a different method where credentials are embedded directly in the registry URL - a less secure and distinct approach from basic auth.
Topics
Community Discussion
No community discussion yet for this question.