1.

What command is used to check for the version of docker client and server?

Answer»
  • The command used to get all version INFORMATION of the CLIENT and SERVER is the docker version.
  • To get only the server version details, we can run docker version --format '{{.Server.Version}}'


Discussion

No Comment Found