stilleshan/anylink.

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

6,317 14 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub stilleshan/anylink
Build Time 16 Aug 2023 10:22:52
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 16 Aug 2023 at 10:22:50

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  anylink:
    image: stilleshan/anylink:latest
    container_name: anylink
    restart: no

CLI

docker create \
  --name=anylink \  --restart no \
  stilleshan/anylink:latest