Home  >  Article  >  Operation and Maintenance  >  How to check whether docker is installed in linux environment

How to check whether docker is installed in linux environment

王林
王林Original
2020-03-25 17:06:574443browse

How to check whether docker is installed in linux environment

Can be viewed by executing the docker version command.

docker version

If the output information contains two parts, client and service, it means that docker installation and startup are successful.

(Recommended related video tutorials: linux video tutorial)

The output information is as follows:

How to check whether docker is installed in linux environment

Recommended related tutorials: linux tutorial

The above is the detailed content of How to check whether docker is installed in linux environment. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn