摘要: sudo apt-get update sudo apt-get install openssh-server sudo apt-get install openssh-client sudo systemctl status ssh # 查看ssh运行状态 sudo service ssh sta 阅读全文
posted @ 2025-01-22 22:29 徐徐丶 阅读(23) 评论(0) 推荐(0)
摘要: 一、docker安装 1、卸载旧docker sudo apt-get remove docker docker-engine docker.io containerd runc 2、更新软件包 apt-get update 3、安装docker依赖 apt-get install ca-certi 阅读全文
posted @ 2025-01-22 18:35 徐徐丶 阅读(1306) 评论(0) 推荐(0)