Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, issue command to safely restart the docker daemon.
Answer

sudo service docker restart

^^ note you have to run service as sudo, since you are running one of the system initialization scripts in /etc/init.d (in this case /etc/init.d/docker)

^^^ note the order of using the service command: sudo service SCRIPT COMMAND


Question
In linux, issue command to safely restart the docker daemon.
Answer
?

Question
In linux, issue command to safely restart the docker daemon.
Answer

sudo service docker restart

^^ note you have to run service as sudo, since you are running one of the system initialization scripts in /etc/init.d (in this case /etc/init.d/docker)

^^^ note the order of using the service command: sudo service SCRIPT COMMAND

If you want to change selection, open document below and click on "Move attachment"

service - Unix, Linux Command
Glossary Who is Who Copyright © 2014 by tutorialspoint Home References Discussion Forums About TP service - Unix, Linux Command Advertisements NAME service - run a System V init script SYNOPSIS <span>service SCRIPT COMMAND [OPTIONS] service --status-all service --help | -h | --version DESCRIPTION service runs a System V init script in as predictable environment as possible, removing most environment varia

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.