How to Check Docker Version?

Опубликовано: 30 Июнь 2024
на канале: RealClearComputing
280
1

Hi everyone, and welcome back to the channel! Today, we're going to take a quick look at how to check the version of Docker you have installed on your system. This is a handy step for troubleshooting or following tutorials that might require a specific Docker version.

Checking Docker Version

To check the Docker version, you can use either the "docker version" or "docker system info" command.

The "docker version" tells us the versions of both the Docker client and server.

To get a broader picture of your Docker environment, we can use the "docker system info" command.

You can find the commands here:
https://www.configserverfirewall.com/...

In the next video, we'll learn how to start Docker containers using the docker run command:
   • Docker Run: The Essential Guide to St...  

#docker #dockertutorial #dockertraining #linux

Timestamp
00:00 - Intro.
00:07 - The docker version command.
00:35 - The docker system info command.
00:48 - Outro.