...

/

Test your Docker Installation

Test your Docker Installation

Learn how you can verify Docker installation.

We'll cover the following...

Testing Docker installation

Check Docker has successfully installed by entering the following command in your terminal:

docker version

A response similar to the following is displayed:

Client: Docker Engine - Community
 Version:           19.03.12
 API version:       1.40
 Go version:        go1.13.10
 Git
...