docker查询日志如何只显示最近10行
docker logs -f kafka-manager --tail=10
docker logs -f -n 10 kafka-manager
docker logs -f --tail 300 kafka-manager