This repository provides a containerized environment for running the Peer2Profit application inside a lightweight Debian‑based image.
The setup includes, headless X11 stack with Xvfb, Openbox, x11vnc, and noVNC, allowing remote access through both VNC and a browser.
The container also integrates:
Debian Trixie Slim Base
Headless GUI Stack
Xvfb virtual framebuffer for X11 renderingopenbox as a minimal window managerx11vnc for VNC accessnoVNC + websockify for browser‑based accessCustom System Identity Simulation
custom.sh dynamically generates randomized host metadata (hostname, machine ID, vendor/model, firmware version/date)lsb_release and hostnamectl outputs for consistencyDBus & Keyring Integration
Automated Peer2Profit Login
entrypoint.sh launches the Peer2Profit clientP2P_EMAIL.ghcr.io/techroy23/docker-slimvnc:latest).docker run -d \
--name=docker-peer2profit \
--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 \
--shm-size=2gb \
-e P2P_EMAIL="[email protected]" \
-e VNC_PORT=5900 \
-e NOVNC_PORT=6080 \
-p 5900:5900 -p 6080:6080 \
techroy23/docker-peer2profit:latest
Content type
Image
Digest
sha256:767831cec…
Size
285.5 MB
Last updated
6 months ago
docker pull techroy23/docker-peer2profit