京东入会docker镜像,代码来自https://github.com/curtinlv/JD-Script
188
docker-compose.yml
version: '3.8'
services:
jd_scripts:
image: gcdd1993/curtinlv-script-docker:0.0.2
container_name: curtinlv_scripts
restart: unless-stopped
tty: true
extra_hosts:
- "gitee.com:180.97.125.228"
- "github.com:13.229.188.59"
- "raw.githubusercontent.com:151.101.228.133"
environment:
- openCardBean=1
- JD_COOKIE=填写你的JD_COOKIE,英文逗号分割
docker exec -it curtinlv_scripts docker_entrypoint.sh
docker-compose -f dev-stack.yml down && docker-compose -f dev-stack.yml up -d && docker-compose -f dev-stack.yml logs -f
Content type
Image
Digest
Size
28.9 MB
Last updated
over 5 years ago
docker pull gcdd1993/curtinlv-script-docker:0.0.2