1. docker ps -a
    2. docker start hyperf
    3. docker start redis
    4. docker exec -it hyperf /bin/bash
    5. cd data/apiBinance
    6. # 启动 Hyperf
    7. php bin/hyperf.php start
    8. nohup php bin/hyperf.php start &