docker logs -f --tail=10 fo-order
-f : 查看实时日志
--tail=10 : 查看最后的10条日志。
fo-order: 容器名称

相关文章:

  • 2021-10-08
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-12-23
  • 2021-10-02
  • 2021-06-12
猜你喜欢
  • 2021-09-06
  • 2022-12-23
  • 2021-10-14
  • 2021-05-19
  • 2022-02-26
相关资源
相似解决方案