hawnk/brook

By hawnk

Updated about 1 year ago

Image
0

50K+

hawnk/brook repository overview

Multi-Architecture Brook Docker Image

Run multiple Brook proxy instances in a single container with support for multiple CPU architectures.

Features

  • Runs two independent Brook instances simultaneously
  • Supports multiple architectures: amd64, arm64, arm/v6, arm/v7, ppc64le, and 386
  • Lightweight image based on official teddysun/brook
  • Environment variable configuration

Quick Start

docker run -d \
  -p 9000:9000 -p 9000:9000/udp \
  -p 9001:9001 -p 9001:9001/udp \
  -e "ARGS1=server -l :9000 -p password0" \
  -e "ARGS2=server -l :9001 -p password1" \
  --name brook-multi \
  yourusername/brook-multi:latest

Tag summary

Content type

Image

Digest

sha256:a55fc8082

Size

11.2 MB

Last updated

about 1 year ago

docker pull hawnk/brook