Sign inSign up

techroy23/docker-pawns

By techroy23

Updated 6 days ago

Image
1

4.3K

techroy23/docker-pawns repository overview

Pawns Docker Image

A minimal Alpine based Docker image for running the Pawns.

DockerHubGitHubInvite
Docker HubGitHub RepoInvite Link

Features

  • Lightweight Alpine Linux base image.
  • Configurable environment variable (EMAIL, PASSWORD).
  • Multi‑arch support: amd64 and arm64.
  • Auto‑update support with --pull=always.
  • 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
EMAILRequiredYour Pawns email address. Container exits if not provided.
PASSWORDRequiredYour Pawns password. Container exits if not provided.
PROXYOptionalExternal proxy endpoint in the form host:port.

Run the container:

docker run -d \
  --name=pawns \
  --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 [email protected] \
  -e PASSWORD=mYv3rYsEcUr3dP@sSw0rD \
  -e PROXY=123.456.789.012:34567 \
  techroy23/docker-pawns:latest
https://pawns.app/?r=an2kin

Tag summary

Content type

Image

Digest

sha256:52ef61d3b

Size

19.3 MB

Last updated

6 days ago

docker pull techroy23/docker-pawns