Sign inSign up

techroy23/docker-wizardgain

By techroy23

Updated 3 months ago

Image
0

1.5K

techroy23/docker-wizardgain repository overview

WizardGain Docker Image

A minimal Ubuntu Linux based Docker image that automatically downloads and runs the WizardGain.

DockerHubGitHubInvite
Docker HubGitHub RepoInvite Link

Features

  • Lightweight Ubuntu Linux base image.
  • Proxy support via Redsocks.

Usage

  • Before running the container, increase socket buffer sizes (required for high‑throughput streaming).
  • To make these settings persistent across reboots, add them to /etc/sysctl.conf or a drop‑in file under /etc/sysctl.d/.
sudo sysctl -w net.core.rmem_max=8000000
sudo sysctl -w net.core.wmem_max=8000000

Environment variables

VariableRequirementDescription
PROXYOptionalExternal proxy endpoint in the form host:port.
via ENV
-e [email protected]
via ARG
[email protected]
RequiredYour email address. Container exits if not provided.

Run via ENV

docker run -d \
  --name=wizardgain \
  --cpus=0.25 --pull=always --restart=always \
  --log-driver=json-file --log-opt max-size=1m --log-opt max-file=1 \
  --cap-add=NET_ADMIN --cap-add=NET_RAW --sysctl net.ipv4.ip_forward=1 \
  -e PROXY=123.456.789.012:34567 \
  -e EMAIL='[email protected]'
  techroy23/docker-wizardgain:latest

Run via ARG

docker run -d \
  --name=wizardgain \
  --cpus=0.25 --pull=always --restart=always \
  --log-driver=json-file --log-opt max-size=1m --log-opt max-file=1 \
  --cap-add=NET_ADMIN --cap-add=NET_RAW --sysctl net.ipv4.ip_forward=1 \
  -e PROXY=123.456.789.012:34567 \
  techroy23/docker-wizardgain:latest [email protected]
https://wizardgain.com?ref=HU91KM

Tag summary

Content type

Image

Digest

sha256:6402d3d50

Size

32.5 MB

Last updated

3 months ago

docker pull techroy23/docker-wizardgain