From 55d1a42acfa1b6636fdfeea05282e0294f41bd2d Mon Sep 17 00:00:00 2001 From: AboutCXJ Date: Thu, 21 Jan 2021 10:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20DO=5FNOT=5FRUN=5FSCRIPT?= =?UTF-8?q?S=20=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E4=B8=8D=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E7=9A=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/Readme.md b/docker/Readme.md index 48437d02..95739f08 100644 --- a/docker/Readme.md +++ b/docker/Readme.md @@ -1,6 +1,10 @@ ![Docker Pulls](https://img.shields.io/docker/pulls/lxk0301/jd_scripts?style=for-the-badge) ### Usage ```diff ++ 2021-01-21更新 增加 DO_NOT_RUN_SCRIPTS 参数配置不执行的脚本 ++ 例:DO_NOT_RUN_SCRIPTS=jd_family&jd_dreamFactory&jd_jxnc + + + 2021-01-03更新 增加 CUSTOM_SHELL_FILE 参数配置执行自定义shell脚本 + 例1:配置远程shell脚本, 我自己写了一个shell脚本https://raw.githubusercontent.com/iouAkira/someDockerfile/master/jd_scripts/shell_script_mod.sh 内容很简单下载惊喜农场并添加定时任务 + CUSTOM_SHELL_FILE=https://raw.githubusercontent.com/iouAkira/someDockerfile/master/jd_scripts/shell_script_mod.sh