docs: 更新docker运行说明(#160)

fixed #160
This commit is contained in:
shanmite 2022-07-05 10:37:14 +08:00 committed by GitHub
parent 29676d5c4b
commit ba100e0444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,19 +224,23 @@ cd lottery
``` ```
$ tree $ tree
. .
├── check.sh ├── check.sh 检查中奖
├── clear.sh ├── clear.sh 清理动态
├── debug.sh 进入临时容器查看内容 ├── debug.sh 进入临时容器查看内容
├── env.js ├── env.js
├── my_config.js ├── my_config.js
├── new_env.js ├── new_env.js
├── new_my_config.js ├── new_my_config.js
├── remove_all.sh 移除对应docker镜像和所有相关容器 ├── remove_all.sh 移除对应docker镜像和所有相关容器
└── start.sh └── start.sh 启动抽奖
``` ```
[![asciicast](https://asciinema.org/a/453237.svg)](https://asciinema.org/a/453237) [![asciicast](https://asciinema.org/a/453237.svg)](https://asciinema.org/a/453237)
完成配置后
```sh
$ ./start.sh
```
3.更新 3.更新
进入lottery上一级目录 进入lottery上一级目录