Debian安装Docker
这几天在部署Nodebb,折腾了两天,各种问题都遇到过,今天分享一下Debian下如何方便的安装Docker。 通过apt安装 没有意外,在root用户下。 先更新 apt 包列表: apt-get update 安装HTTP依赖: Debian 8 / Debian 9 : apt install apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common Debian 7 : apt install apt-transport-https ca-certificates cur……
继续阅读»»»