“Docker 查看容器日志”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“<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 (…”的新页面)
 
(没有差异)

2023年2月7日 (二) 06:47的最新版本

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