Q. Which of the following is NOT a valid Docker command?
β
Correct Answer: (A)
docker list
Explanation: 'docker list' is not a valid Docker command. The correct command is 'docker ps' to list containers.