teddysun/brook
Brook Docker Image by Teddysun
500K+
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.
Dockerfile
linkslatest
, v20250202
(Dockerfile)v20240606
v20240214
v20230601
v20230401
v20230122
v20230101
v20221212
v20221010
v20220707
v20220515
v20220501
v20220406
v20220404
v20220401
v20210701
v20210616
v20210601
v20210401
v20210214
v20210101
v20200909
v20200901
v20200801
v20200701
amd64
, arm32v6
, arm32v7
, arm64v8
, i386
, ppc64le
, s390x
If you need to install docker by yourself, follow the official installation guide.
$ docker pull teddysun/brook
This pulls the latest release of Brook.
It can be found at Docker Hub.
You must set environment variableARGS
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.
docker pull teddysun/brook