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 ~]#