# docker相关命令 ## 日志查看 ``` # 查看当下时间,有可能用的美国时间 # 注意,得是容器里面的时间 date # 输入日志 docker logs --since=2023-04-04T08:45:00Z --timestamps edc-construct-cost-analysis-uwsgi2 > temp/log2023_4_4.txt 2>&1 ```