docker 常用命令

实时查看docker容器日志

 docker logs -f -t --tail 行数 容器名

原文地址:https://www.cnblogs.com/huashuohehe/p/11413341.html