Dell EMC Professional – Backup Recovery Solutions Design v3 — Question 25
Which script verifies that the system is ready for a CyberSense docker installation?
Answer options
- A. CheckEngine.sh
- B. yum install docker-ce
- C. crsetup.sh --check
- D. repobundle-ie-docker-check
Correct answer: B
Explanation
The correct answer is B because 'yum install docker-ce' is the command used to install Docker and ensures that the necessary components are in place for Docker to run. The other options are either scripts that do not specifically check for Docker installation readiness or are unrelated to the installation process.