Sign inSign up

fazalfarhan01/peer2profit

By fazalfarhan01

Updated 5 months ago

Containerised version of Peer2Profit

Image
1

10M+

fazalfarhan01/peer2profit repository overview

Peer2Profit-Docker

Containerized version of peer2profit linux cli app

Simply run

docker run fazalfarhan01/peer2profit [email protected] -n ;8.8.8.8

Or run it in background

docker run -d fazalfarhan01/peer2profit [email protected] -n ;8.8.8.8

Compose File

version: "3.0"
services: 
    p2pclient:
        image: fazalfarhan01/peer2profit:latest
        dns: 8.8.8.8
        command: ["[email protected]","-n", ";8.8.8.8"]
GitHub Repo
VIEW ON DOCKER HUB

Tag summary

Content type

Image

Digest

sha256:6bd60f7a8

Size

61.6 MB

Last updated

5 months ago

docker pull fazalfarhan01/peer2profit