From ba100e0444c2ad1e9241be070a5dcfd7e3215c3b Mon Sep 17 00:00:00 2001 From: shanmite Date: Tue, 5 Jul 2022 10:37:14 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0docker=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E8=AF=B4=E6=98=8E(#160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed #160 --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 531b544..b624f1e 100644 --- a/README.md +++ b/README.md @@ -224,19 +224,23 @@ cd lottery ``` $ tree . -├── check.sh -├── clear.sh +├── check.sh 检查中奖 +├── clear.sh 清理动态 ├── debug.sh 进入临时容器查看内容 ├── env.js ├── my_config.js ├── new_env.js ├── new_my_config.js ├── remove_all.sh 移除对应docker镜像和所有相关容器 -└── start.sh +└── start.sh 启动抽奖 ``` - [![asciicast](https://asciinema.org/a/453237.svg)](https://asciinema.org/a/453237) +完成配置后 + +```sh +$ ./start.sh +``` 3.更新 进入lottery上一级目录