Merge pull request #18208 from martinky24/km/issues-14834-remove-ntp-note

Remove note suggesting running NTP in containers is "best practice" from develop/dev-best-practices/
This commit is contained in:
Sebastiaan van Stijn 2023-09-15 19:14:41 +02:00 committed by GitHub
commit 772b25ede3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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. |