0 votes
in Docker by

How to check for Docker Client and Docker Server version?

1 Answer

0 votes
by

The following command gives you information about Docker Client and Server versions:

$ docker version

...