Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

前期准备首先在工作目录下准备好不同架构的文件以及Dockerfile,这里以bfban举例子 二进制文件:bfban-linux-amd64bfban-linux-armbfban-linux-arm64 Dockerfile文件内容1234567891011121314151617181920212223242526# 使用 Alpine Linux 作为基础镜像FROM alpine:l...

在群辉运行lanthora/candy容器时报stdout /dev/tun错误,是因为群辉系统默认没有启用该模块导致的。 vim /usr/local/etc/rc.d/tun.sh输入内容: 123456789101112131415#!/bin/sh# Create the necessary file structure for /dev/net/tun...