Docker部署seafile操作笔记
-
sudo su
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
service ssh restart
ssh root@ip
apt upgradecurl -fsSL https://get.docker.com -o get-docker.sh
export https_proxy=http://192.168.2.105:2340
export http_proxy=http://192.168.2.105:2340
export all_proxy=socks5://192.168.2.105:2341export https_proxy=http://192.168.2.105:7890
export http_proxy=http://192.168.2.105:7890
export all_proxy=socks5://192.168.2.105:7890
sudo sh get-docker.sh