If you want to know what version of Docker has been installed on your system you can do it via the Docker Desktop UI or using command line, let see both examples:
Know docker version using command line (or Terminal)
- Open Terminal/Command Line,
- Type command: docker -v, this will print out the docker version installed on your device,
docker -v Docker version 20.10.12, build e91ed57
Know docker version using Docker Desktop App
Below example is demonstrated on macOS,
- Goto Spotlight Search and type Docker and Open the App
- You will see the docker icon on the menu bar,
Docker desktop about
- Click on it and select "About Docker Desktop"
- You will see a window with all version details
Docker desktop version details
More Posts related to Docker,
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- How to check installed docker version command
- Unable to find image docker latest locally
- [fix] Cannot connect to the Docker daemon at unix:var/run/docker.sock. Is the docker daemon running?
- Open Docker Desktop from macOS Terminal
- How to Stop/Cancel/kill docker image pull
- How to know docker Engine details
- How to know list of images available on your device
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
More Posts:
- Copy all .vcf Mobile Contacts files into one .vcf - HowTos
- How to verify if java is installed on the computer and get version detail - Java
- Unable to find image docker latest locally - Docker
- Android M cannot run app using play button : Android Studio - Android
- How to create SharePoint Document Library - SharePoint
- macOS say command text to speech using various voices and languages - MacOS
- Write javaScript code in Swedish using FikaScript - JavaScript
- Java Read and Write Properties file with Examples - Java