We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A chrony process running inside a network namespace disrupts its host's system clock because apps share the time namespace with the host.
Support unshare time namespace with apps running inside a network namespace
The text was updated successfully, but these errors were encountered:
We will support this after Go supports CLONE_NEWTIME with SysProcAttr.Cloneflags. golang/go#49779
Use VM for the chrony process for now.
Sorry, something went wrong.
ysksuzuki
No branches or pull requests
What
A chrony process running inside a network namespace disrupts its host's system clock because apps share the time namespace with the host.
How
Support unshare time namespace with apps running inside a network namespace
Checklist
The text was updated successfully, but these errors were encountered: