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
In #76 we talked about configuration a bit.
How about supporting configuration via labels? It feels really like a terrible hack to me to strcmp() the container's argv[0]. Something like:
strcmp()
argv[0]
LABEL org.projectatomic.systemd=yes ? Then we could have: LABEL org.projectatomic.systemd.journal=persistent too?
LABEL org.projectatomic.systemd=yes
LABEL org.projectatomic.systemd.journal=persistent
The text was updated successfully, but these errors were encountered:
I would not want to change what we have now, since it would break existing containers, but adding the second label would be fine with me.
Sorry, something went wrong.
No branches or pull requests
In #76 we talked about configuration a bit.
How about supporting configuration via labels? It feels really like a terrible hack to me to
strcmp()
the container'sargv[0]
. Something like:LABEL org.projectatomic.systemd=yes
?
Then we could have:
LABEL org.projectatomic.systemd.journal=persistent
too?
The text was updated successfully, but these errors were encountered: