Answered
How can I get the current version of Docker currently installed on my Macbook Pro machine?
I'm open to using the command line or otherwise.
Run this command to get the latest version of docker
on your machine:
docker --version
If docker
is installed on your machine, it will output something similar to this:
Docker version 20.10.14, build a224086