Create Container:
docker run -dit \
-v /**THE PATH YOU WANT TO STORE**/jd/config:/jd/config `# Configuration save directory` \
-v /**THE PATH YOU WANT TO STORE**/jd/log:/jd/log `# Log save directory` \
-p 5678:5678 \
-e ENABLE_HANGUP=true `# Whether to start the hangup program automatically, false for no` \
-e ENABLE_WEB_PANEL=true `# Whether to start the control panel automatically, false for no` \
--name jd \
--hostname jd \
--restart always \
evinedeng/jd:gitee `# Currently only gitee tag is available`
Commands
docker exec -it jd bash git_pull # Update code
docker exec -it jd bash rm_log # Delete log
docker exec -it jd bash export_sharecodes # Export sharecodes
docker exec -it jd bash jd # Run task
Content type
Image
Digest
Size
82.8 MB
Last updated
over 5 years ago
docker pull playm3u8/jd:gitee