wekan/releases/docker-stop.sh

6 lines
123 B
Bash
Raw Permalink Normal View History

sudo systemctl stop docker
sudo systemctl stop containerd
sudo systemctl disable docker
sudo systemctl disable containerd