Prisma Certified Cloud Security Engineer (PCCSE) — Question 247
Which statement is true about obtaining Console images for Prisma Cloud Compute Edition?
Answer options
- A. To retrieve Prisma Cloud Console images using basic auth: 1. Access registry.paloaltonetworks.com, and authenticate using 'docker login'. 2. Retrieve the Prisma Cloud Console images using 'docker pull'.
- B. To retrieve Prisma Cloud Console images using basic auth: 1. Access registry.twistlock.com, and authenticate using 'docker login'. 2. Retrieve the Prisma Cloud Console images using 'docker pull'.
- C. To retrieve Prisma Cloud Console images using URL auth: 1. Access registry-url-auth.twistlock.com, and authenticate using the user certificate. 2. Retrieve the Prisma Cloud Console images using 'docker pull'.
- D. To retrieve Prisma Cloud Console images using URL auth: 1. Access registry-auth.twistlock.com, and authenticate using the user certificate. 2. Retrieve the Prisma Cloud Console images using 'docker pull'.
Correct answer: B
Explanation
Option B is correct because it specifies the correct registry 'registry.twistlock.com' for obtaining Prisma Cloud Console images using basic authentication. Options A, C, and D are incorrect as they either reference the wrong registry or the wrong authentication method, which does not apply to the Console images retrieval process.