How to know the Docker Engine Version


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.
Know Docker Engine version using Docker Desktop


-

Facing issues? Have Questions? Post them here! I am happy to answer!


Author Info:

Rakesh is a seasoned developer with over 10 years of experience in web and app development, and a deep knowledge of operating systems. Author of insightful How-To articles for Code2care.

Follow him on: X

Copyright © Code2care 2023 | Privacy Policy | About Us | Contact Us | Sitemap