PCCSE · Question #71
Which command do you use to install a container Defender on Linux?
The correct answer is D. curl. A container Defender on Linux is installed using a curl command generated by the Prisma Cloud Console. The curl command fetches and executes the installation script, which pulls the Defender container image from the Console's registry and starts it as a privileged container (or v
Question
Which command do you use to install a container Defender on Linux?
Options
- Arpm
- Bapt install
- Ceither rpm or apt install, depending on the Linux distribution
- Dcurl
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- D93% (27)
Explanation
A container Defender on Linux is installed using a curl command generated by the Prisma Cloud Console. The curl command fetches and executes the installation script, which pulls the Defender container image from the Console's registry and starts it as a privileged container (or via the container runtime). Unlike traditional software packages, the Defender is not installed via rpm or apt because it runs as a container itself-not as a native OS package.
Topics
Community Discussion
No community discussion yet for this question.