dockerfiles/anylink/README.md

51 lines
1.7 KiB
Markdown
Raw Normal View History

2021-06-09 16:41:19 +08:00
# anylink
2021-06-08 20:45:26 +08:00
2021-06-09 16:41:19 +08:00
GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)
Docker [stilleshan/anylink](https://hub.docker.com/r/stilleshan/anylink)
> *docker image support for X86 and ARM*
2021-06-08 20:45:26 +08:00
2021-06-13 22:28:12 +08:00
## 简介
基于 [bjdgyc/anylink](https://github.com/bjdgyc/anylink) 项目的 docker 镜像.
## 更新
2022-11-10 15:53:48 +08:00
- **2022-11-10** 更新`0.9.1-beta1`版 docker 镜像.
2022-07-04 15:03:22 +08:00
- **2022-07-04** 更新`0.8.1`版 docker 镜像.
2022-04-07 16:33:16 +08:00
- **2022-04-07** 更新`0.7.4`版 docker 镜像.
2022-02-16 14:23:17 +08:00
- **2022-02-16** 更新`0.7.3`版 docker 镜像.
2021-12-31 20:21:26 +08:00
- **2021-12-31** 更新`0.7.2`版 docker 镜像.
2021-12-29 11:43:26 +08:00
- **2021-12-29** 更新`0.7.1`版 docker 镜像.
- **2021-08-26** 更新`0.6.2`版 docker 镜像.
2021-08-02 20:41:35 +08:00
- **2021-08-02** 更新`0.5.1`版 docker 镜像.
2021-07-05 18:23:27 +08:00
- **2021-07-05** 更新`0.4.2`版 docker 镜像.
- **2021-06-09** 更新`0.3.3`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
2021-06-13 22:28:12 +08:00
## 部署
### docker
```shell
docker run -d \
--name=anylink \
--restart=always \
--privileged=true \
-p 443:443 \
-p 8800:8800 \
stilleshan/anylink
```
### docker compose
下载 [docker-compose.yml](https://raw.githubusercontent.com/stilleshan/dockerfiles/main/anylink/docker-compose.yml) 执行以下命令启动:
```shell
docker-compose up -d
```
### 配置
2022-02-16 14:23:17 +08:00
```shell
https://ip:8800
```
2021-06-13 22:28:12 +08:00
关于初始配置,修改密码,网络等更多信息请参考: GitHub [bjdgyc/anylink](https://github.com/bjdgyc/anylink)
2021-06-08 20:45:26 +08:00
2021-06-09 16:41:19 +08:00
## 参考
2021-06-13 22:28:12 +08:00
- GitHub [bjdgyc/anylink](https://github.com/bjdgyc/anylink)
- [开源企业级远程办公 VPN 软件 AnyLink 的 docker 部署及使用心得](https://www.ioiox.com/archives/128.html)
- [群晖NAS高级服务 - docker 部署 AnyLink 企业级远程办公 VPN 服务](https://www.ioiox.com/archives/129.html)