#1462·QUANTAXIS

在 mac 环境下部署 QA 的 Docker 简记

作者: seasidesunrise创建于 2020年2月17日更新于 2025年7月19日
标签用户实测教程
  • View the redundant containers
Python ps -a
CONTAINER ID        IMAGE                                              COMMAND                  CREATED             STATUS                        PORTS               NAMES
85021ba81846        daocloud.io/quantaxis/qaeventmq:latest             "Python-entrypoint.s…"   3 minutes ago       Created                                           qa_qaeventmq_1
e78085761632        daocloud.io/quantaxis/qa-monitor:latest            "/bin/sh -c 'Python …"   3 minutes ago       Created                                           qa_qamonitor_1
cc8c1f3c8293        daocloud.io/quantaxis/qamongo_single:latest        "ZZTERM23ZZ-entrypoint.s…"   35 minutes ago      Created                                           qa_mgdb_1
2e74f3f4aefc        daocloud.io/quantaxis/qatrader:latest              "/root/QATrader/dock…"   2 hours ago         Exited (1) 29 minutes ago                         qa_qatrader_1
1a1f703d3eff        daocloud.io/quantaxis/qacommunity:latest           "bash /root/run-comm…"   2 hours ago         Exited (137) 26 minutes ago                       qacommunity
c01eaf854d1b        daocloud.io/quantaxis/qarun:latest                 "/root/wait_for_it.s…"   2 hours ago         Exited (137) 26 minutes ago                       qarun
48549a2da681        daocloud.io/quantaxis/qarealtimecollector:latest   "/root/QUANTAXIS_Rea…"   2 hours ago         Exited (1) 29 minutes ago                         qa_qamarketcollector_1
f3924c8c2046        daocloud.io/quantaxis/qa-monitor:latest            "/bin/sh -c 'ZZTERM24ZZ …"   2 hours ago         Exited (143) 26 minutes ago                       f3924c8c2046_qa_qamonitor_1
11b597aa68bd        daocloud.io/quantaxis/qaeventmq:latest             "ZZTERM25ZZ-entrypoint.s…"   2 hours ago         Exited (0) 26 minutes ago                         11b597aa68bd_qa_qaeventmq_1
  • Delete the containers
ZZTERM26ZZ rm containerId1 containerId2 ...
…

内容来源: yutiansut/QUANTAXIS