Sign inSign up

jimlee1996/alpine

By jimlee1996

•Updated about 8 years ago

alpine with ssh

Image
0

230

jimlee1996/alpine repository overview

⁠部署工具

⁠System Info

wget --no-check-certificate -O info.sh https://raw.githubusercontent.com/JimLee1996/deployment/master/info.sh && chmod +x info.sh && bash info.sh
# for debian or ubuntu
apt update
apt install systemd -y

# for redhat or centos
yum update
yum install systemd -y

⁠deployment

  • amd64 or x86_x64
  • systemd
wget --no-check-certificate -O deployment.sh https://raw.githubusercontent.com/JimLee1996/deployment/master/deployment.sh && chmod +x deployment.sh && bash deployment.sh

⁠start

systemctl start ss-server kcp-server
systemctl enable ss-server kcp-server

Tag summary

Content type

Image

Digest

Size

3.6 MB

Last updated

about 8 years ago

docker pull jimlee1996/alpine