贝壳云P1 armbian 安装 docker

warning: 这篇文章距离上次修改已过1648天,其中的内容可能已经有所变动。

first,

curl -fsSL https://get.docker.com -o get-docker.sh

and second,

sh get-docker.sh --mirror Aliyun

armbian 和 ubuntu 一样都是基于 debian。然后你就可以使用 systemctl 管理 docker 了

比如

  • systemctl start docker
  • systemctl status docker
  • systemctl restart docker

end.

添加新评论