Sign inSign up

stilleshan/anylink

By stilleshan

Updated about 3 years ago

开源企业级远程办公 VPN 软件 AnyLink docker 镜像,新增同时支持 X86 和 ARM 架构.

Image
14

10K+

stilleshan/anylink repository overview

GitHub stilleshan/dockerfiles
Docker stilleshan/anylink

docker image support for X86 and ARM

简介

基于 bjdgyc/anylink 项目的 docker 镜像.

部署

docker
docker run -d \
    --name=anylink \
    --restart=always \
    --privileged=true \
    -p 443:443 \
    -p 8800:8800 \
    stilleshan/anylink
docker compose

下载 docker-compose.yml 执行以下命令启动:

docker-compose up -d
配置
https://ip:8800

关于初始配置,修改密码,网络等更多信息请参考: GitHub bjdgyc/anylink

参考

Tag summary

Content type

Image

Digest

sha256:d82ba05f4

Size

25.5 MB

Last updated

about 3 years ago

docker pull stilleshan/anylink