Get the current version of Docker installed on my macOS machine?

Answered
nick asked this question 1 year, 5 months ago
nick on Apr 25, 2022

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.

2 suggested answers
coderguy on May 12, 2022

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
0 replies
looper003 on May 12, 2022 · Edited

docker -v command works as well.

0 replies
Answered