How to start and Stop Docker from command line on Linux?

First open the terminal in Linux

$sudo service docker start #for work with SysVinit
$sudo systemctl start docker #for work with Systemd
$sudo service docker stop #for work with SysVinit
$sudo systemctl stop docker #for work with Systemd

Total Page Visits: 201 - Today Page Visits: 20