Palo Alto Networks System Engineer – Cortex — Question 42
Which Linux OS command will manually load Docker images onto the Cortex XSOAR server in an air-gapped environment?
Answer options
- A. sudo repoquery -a --installed
- B. sudo demistoserver-x.x-xxxx.sh -- -tools=load
- C. sudo docker ps load
- D. sudo docker load -i YOUR_DOCKER_FILE.tar
Correct answer: D
Explanation
The correct command is 'sudo docker load -i YOUR_DOCKER_FILE.tar', as it specifically loads Docker images from a tar file, which is essential in an air-gapped environment. The other options do not perform the appropriate function for loading Docker images; they relate to querying installed packages or executing scripts that do not address the image loading requirement.