From 3956f85895df9f0d8b062be640eedd11ae31f901 Mon Sep 17 00:00:00 2001 From: Kyle Martin Date: Fri, 15 Sep 2023 08:17:52 -0700 Subject: [PATCH] remove content as discussed in https://github.com/docker/docs/issues/14834 --- content/develop/dev-best-practices.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/develop/dev-best-practices.md b/content/develop/dev-best-practices.md index 2c43081e96..66ec21027c 100644 --- a/content/develop/dev-best-practices.md +++ b/content/develop/dev-best-practices.md @@ -98,4 +98,3 @@ keep image size small: |:--------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Use bind mounts to give your container access to your source code. | Use volumes to store container data. | | Use Docker Desktop for Mac, Linux, or Windows. | Use Docker Engine, if possible with [userns mapping](../engine/security/userns-remap.md) for greater isolation of Docker processes from host processes. | -| Don't worry about time drift. | Always run an NTP client on the Docker host and within each container process and sync them all to the same NTP server. If you use swarm services, also ensure that each Docker node syncs its clocks to the same time source as the containers. | \ No newline at end of file