Update architecture.md
This commit is contained in:
parent
f53d0c470e
commit
839b41abb9
1 changed files with 5 additions and 5 deletions
|
@ -30,8 +30,8 @@ RQ 主要解决创建应用的状态
|
|||
|
||||
## API status
|
||||
|
||||
- installing: 创建中
|
||||
- running: 运行中
|
||||
- exited: 停止
|
||||
- restarting: 异常
|
||||
- failed: 创建失败(docker compose 中的 created || RQ 返回失败)
|
||||
- installing: 创建中 可进行操作[AppStatus]
|
||||
- running: 运行中 可进行操作[AppStatus,AppStop,AppUninstall,AppRestart,日志查看]
|
||||
- exited: 停止 可进行操作[AppStatus,AppStart,AppUninstall,日志查看]
|
||||
- restarting: 可进行操作[AppStatus,AppUninstall,日志查看]
|
||||
- failed: 创建失败(docker compose 中的 created || RQ 返回失败) 可进行操作[AppStatus,AppUninstall]
|
||||
|
|
Loading…
Add table
Reference in a new issue