sindresorhus / guides

A collection of succinct guides - Public Domain
2.47k stars 458 forks source link

# Docker guide `service` command #63

Open UltiRequiem opened 2 years ago

UltiRequiem commented 2 years ago

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