sindresorhus / guides

A collection of succinct guides - Public Domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Docker guide `service` command

UltiRequiem opened this issue · comments

Not all the Linux distributions have the service command.

For example in archlinux, this will not work:

 sudo service docker restart

But this yes:

sudo systemctl restart docker