Workaround.
docker run -it --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i date -u $(date -u +%m%d%H%M%Y)
Make it as alias command and run it when time drift.
Share and learn in the Docker community.
Workaround.
docker run -it --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i date -u $(date -u +%m%d%H%M%Y)
Make it as alias command and run it when time drift.