In order to know the version of Docker Engine you can either make use of the command line or go to the setting of Docker Desktop to know the details,
Example 1: Using the Command Line
- Make sure you are running Docker,
- Now type the command: docker engine --version, in your Command-Line (Terminal if macOS),
Example:% docker engine --version Docker version 20.10.17, build 100c701
Note: You can also use command: docker engine -v
Example 2: Using the Docker Desktop Application
- Start Docker Desktop Application (macOS, Windows or Linux)
- Now go to Docker Dashbaord -> Settings
- Click on Docker Engine from the left menu,
- You should be able to see the Docker Engine Version.

-
Have Questions? Post them here!
More Posts related to Docker,
- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
More Posts:
- How to show End of Line Characters in File using Notepad++ - NotepadPlusPlus
- Android Disable EditText from Auto Focus on Activity load - Android
- How to write hello world different languages syntax - HowTos
- Java Check Leap Year - Programs with Code Examples - Java
- View in File Explorer option missing in SharePoint Online Edge browser - SharePoint
- AlertDialog with no buttons (just text message) - Android
- Task is ambiguous in root project gradle-examples. Candidates are: myTask1, myTask2 - Gradle
- Make Android TextView Clickable like Buttons - Android