Restart docker after archlinux upgrade
Mon, May 8, 2017,
100 Words
My main reason for avoiding ArchLinux upgrades (sudo pacman -Syu
) was
because I always needed to reboot my computer, to allow starting docker
services after the upgrade. Today, I found the solution is a simple:
systemctl daemon-reload
systemctl restart docker
Previous: How I broke my archlinux and fixed it