PacketShare client (x86/ARM). Part of the Byte-Yield stack: https://github.com/tadeh85/byte-yield
341
A lightweight, multi-architecture Docker image for PacketShare, a passive income application that allows you to earn money by sharing your unused internet bandwidth.
This image is automatically built for both x86_64 (Standard PC/Server) and ARM64 (Raspberry Pi 4, 5, etc.).
This image is maintained as part of the Byte-Yield projectโan all-in-one Docker cluster for passive income.
For the complete setup (including Honeygain, EarnApp, Traffmonetizer, and more), visit the main repository: ๐ https://github.com/tadeh85/byte-yieldโ
Option 1: Docker Compose (Recommended)
Add the following to your docker-compose.yml:
services:
packetshare:
image: tadeh85/packetshare:latest
container_name: packetshare
restart: unless-stopped
# Pass arguments directly to the command
command:
- -accept-tos
- [email protected]
- -password=YOUR_PASSWORD
Option 2: Docker Run
If you want to run it as a standalone container:
docker run -d \
--name packetshare \
--restart=unless-stopped \
tadeh85/packetshare:latest \
-accept-tos [email protected] -password=your_password
This tag contains a multi-arch manifest. Docker will automatically pull the correct version for your hardware:
Content type
Image
Digest
sha256:aeb49e04dโฆ
Size
29.4 MB
Last updated
6 months ago
docker pull tadeh85/packetshare