Docker 查看容器日志

来自姬鸿昌的知识库
Jihongchang讨论 | 贡献2023年2月7日 (二) 06:47的版本 (建立内容为“<syntaxhighlight lang="shell-session"> [root@your-vps ~]# docker logs -f --tail 10 acdce8f3d33a V2Ray 5.2.1 (V2Fly, a community-driven edition of V2Ray.) Custom (…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
[root@your-vps ~]# docker logs -f --tail 10 acdce8f3d33a
V2Ray 5.2.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.19.4 linux/amd64)
A unified platform for anti-censorship.
2023/02/07 05:55:08 [Warning] V2Ray 5.2.1 started
[root@your-vps ~]#