What is the command to restart docker

WBOY
Release: 2022-01-17 10:46:05
Original
30593 people have browsed it

In docker, the command to restart the docker service is "systemctl restart docker"; the function of this command is to restart the docker service. After restarting, you can use the "dockers version" command to verify whether the restart is successful.

What is the command to restart docker

The operating environment of this tutorial: linux7.3 system, docker-1.13.1 version, Dell G3 computer.

What is the command to restart docker

Start docker, command: systemctl start docker

What is the command to restart docker

Verify whether docker starts successfully, command: dockers version

What is the command to restart docker

# Restart docker, command: systemctl restart docker

What is the command to restart docker

Close docker, command: systemctl stop docker

What is the command to restart docker

Recommended study: "docker video tutorial"

The above is the detailed content of What is the command to restart docker. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template