Final answer:
The command to check storage driver details in Docker is 'docker info' or 'docker system info'. These commands provide system-wide information including the storage driver details under the 'Storage Driver' section of the output.
Step-by-step explanation:
To check the storage driver details in Docker, you can use the command docker info or docker system info. Both commands display comprehensive system-wide information pertaining to Docker installation, which includes the storage driver details. However, contrary to the specific command options provided in the question, there is no dedicated command such as docker storage info or docker driver info to exclusively check storage driver details.
To view storage driver details after you run docker info, look for the "Storage Driver" section in the output. This section will provide you with the necessary information about the storage driver being used by Docker on your system, as well as other related configuration details.