快速搭建docker

作者: admin 分类: 精品教程 发布时间: 2023-10-26 18:11

环境构建

重裝(根据自己情况选择重装)密码918789

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 918789 -port 22

更新环境

apt update -y  && apt upgrade -y && apt install -y curl wget sudo socat

安装 Docker

curl -fsSL https://get.docker.com | sh
Docker查看日志 docker logs -f 容器名