stilleshan/ocserv.

基于 ocserv 项目的 docker 镜像,新增同时支持 X86 和 ARM 架构.

3,701 3 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/ocserv
Build Time 24 Mar 2022 01:37:17
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.1.6 24 Mar 2022 at 01:37:17

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  ocserv:
    image: stilleshan/ocserv:1.1.6
    container_name: ocserv
    restart: no

CLI

docker create \
  --name=ocserv \  --restart no \
  stilleshan/ocserv:1.1.6