We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f28e68 commit af823bcCopy full SHA for af823bc
CI-Install-And-Usage.md
@@ -72,7 +72,7 @@ services:
72
- REDIS_PORT=6379
73
74
- TZ=Asia/Shanghai
75
- - GITLAB_TIMEZONE=Shanghai
+ - GITLAB_TIMEZONE=Beijing
76
77
- GITLAB_HTTPS=false
78
- SSL_SELF_SIGNED=false
Docker-Install-And-Usage.md
@@ -285,7 +285,7 @@ java -jar /root/spring-boot-my-demo.jar
285
- `docker ps -n x`:显示最后 x 个容器,不管是正在运行或是已经停止的
286
- `docker top 容器ID`:显示容器的进程信息
287
- `docker events`:得到 docker 服务器的实时的事件
288
-- `docker logs -f 容器ID`:查看容器日志
+- `docker logs -f 容器ID`:查看容器日志(如果一些容器不断重启,或是自动停止,可以这样看下)
289
- `docker logs 容器ID`,获取守护式容器的日志
290
- `docker logs -f 容器ID`,不断监控容器日志,类似 tail -f
291
- `docker logs -ft 容器ID`,在 -f 的基础上又增加 -t 表示为每条日志加上时间戳,方便调试
0 commit comments