Peer2Profit注册地址
https://p2pr.me/1629373503611e443f18e70
docker安装方法
docker 安装
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
开机自启动
systemctl enable docker
systemctl start docker
命令1
export P2P_EMAIL=你注册的邮箱账号
命令2
docker rm -f peer2profit || true && docker run -d --restart always \
-e "P2P_EMAIL" \
--name peer2profit \
peer2profit/peer2profit_x86_64:latest
如果要停止应用程序,请运行:
docker stop peer2profit
很不错,谢谢站长分享!