You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devops/build/packaging/docker/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,10 @@ docker logs cloudberry-db
70
70
71
71
## Notes
72
72
73
-
-`sshd` is started for internal cluster communication. Port 22 is not exposed by default.
74
-
- For better performance, consider raising ulimits:
73
+
-**Timezone:** The container defaults to `UTC` (`TZ=UTC`). To use a different timezone, pass the `TZ` environment variable during run (e.g., `-e TZ=Asia/Shanghai`).
74
+
-**Graceful Shutdown:** The entrypoint natively traps `SIGTERM`, `SIGINT`, and `SIGQUIT` to perform a safe `gpstop -a -M fast`. Standard `docker stop <container>` is perfectly safe and ensures data consistency.
75
+
-**Internal SSH:**`sshd` is started exclusively for internal cluster communication. Port 22 is not exposed by default.
76
+
-**System Limits:** For maximum performance, consider explicitly raising container limits at runtime:
0 commit comments