teddysun/brook

By teddysun

Updated 7 months ago

Brook Docker Image by Teddysun

Image
Networking
43

500K+

teddysun/brook repository overview

Brook Docker Image by Teddysun

brook.png

Brook is a cross-platform proxy/VPN software which can help you get through firewalls.

Docker images are built for quick deployment in various computing cloud providers.

For more information on docker and containerization technologies, refer to official document.

  • latest, v20260101 (Dockerfile)
  • v20250808
  • v20250202
  • v20240606
  • v20240214
  • v20230601
  • v20230401
  • v20230122
  • v20230101
  • v20221212
  • v20221010
  • v20220707
  • v20220515
  • v20220501
  • v20220406
  • v20220404
  • v20220401
  • v20210701
  • v20210616
  • v20210601
  • v20210401
  • v20210214
  • v20210101
  • v20200909
  • v20200901
  • v20200801
  • v20200701
Reference
  • Supported architectures (more info): amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x

Prepare the host

If you need to install docker by yourself, follow the official installation guide.

Pull the image

$ docker pull teddysun/brook

This pulls the latest release of Brook.

It can be found at Docker Hub.

Start a container

You must set environment variable ARGS at first.

There is an example to start a container that listen on port 9000 (both TCP and UDP), password is password0 run as a brook server like below:

$ docker run -d -p 9000:9000 -p 9000:9000/udp --name brook --restart=always -e "ARGS=server -l :9000 -p password0" teddysun/brook

Warning: The port number must be same as environment variable and opened in firewall.

Tag summary

Content type

Image

Digest

sha256:ad7a1b9fb

Size

11.8 MB

Last updated

7 months ago

docker pull teddysun/brook