wekan/releases/docker-start.sh

7 lines
124 B
Bash
Raw Normal View History

sudo systemctl enable docker
sudo systemctl enable containerd
sudo systemctl start docker
sudo systemctl start containerd