Home  >  Article  >  Operation and Maintenance  >  How to check if docker has been installed in linux

How to check if docker has been installed in linux

尚
Original
2020-03-18 16:13:0625237browse

How to check if docker has been installed in linux

Install Docker:

sudo yum install <FQPN>  # 例如:sudo yum install docker-ce-18.03.1.ce

Verify whether the installation is successful under Linux (there are two parts, client and service, indicating that the docker installation and startup are successful) (recommended learning: Linux video tutorial)

docker version

How to check if docker has been installed in linux

For more related tutorials, please pay attention to the docker tutorial column on the PHP Chinese website.

The above is the detailed content of How to check if docker has been installed in linux. 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