【软件】SSH工具

http://www.hostbuf.com

ssh连接云服务器

https://cloud.tencent.com/document/product/1207/44573
https://cloud.tencent.com/document/product/1207/44643

https://console.cloud.tencent.com/lighthouse/sshkey/index?keyword=&keyword=

image-20220721145512274

生成的密钥自动下载后放在桌面

腾讯云服务器环境配置

下载docker-centos7.6系统

配置docker云镜像加速

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://bhhj3hr0.mirror.aliyuncs.com"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker