全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 719|回复: 6
打印 上一主题 下一主题

wiki开源的ALS - Another Looking-glass Server怎么搭建的啊

[复制链接]
跳转到指定楼层
1#
发表于 2023-11-25 12:34:04 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
GitHub地址:https://github.com/wikihost-opensource/als

不会玩docker,求宝塔或MW的docker插件搭建教程
7#
发表于 2023-11-25 22:47:59 | 只看该作者

ok,有时间搞一下玩玩~
6#
 楼主| 发表于 2023-11-25 12:44:47 | 只看该作者

我开放端口了
5#
发表于 2023-11-25 12:43:42 | 只看该作者
AWM 发表于 2023-11-25 12:42
我搭建的打不开网页

关防火墙
4#
 楼主| 发表于 2023-11-25 12:42:25 | 只看该作者

我搭建的打不开网页
3#
 楼主| 发表于 2023-11-25 12:41:08 | 只看该作者
2#
发表于 2023-11-25 12:40:43 | 只看该作者
CentOS



yum install -y yum-utils
yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io -y
systemctl start docker
systemctl enable docker

Ubuntu / Debian



sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
systemctl start docker
systemctl enable docker



docker run -d --name looking-glass --restart always --network host wikihostinc/looking-glass-server
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-11-9 18:21 , Processed in 0.068102 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表