-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Issues regarding system containers not using runc #42
Comments
2, yes, that is generated by |
I would prefer if the info file would not talk about runc, or there was a way for the container image developer to indicate if he is using runc or not. |
@giuseppe is this still an ongoing conversation? |
we have the possibility to specify another runtime now, so atomic is less bound to runc and bwrap-oci, if that helps for this issue |
@yuqi-zhang please advise |
Some considerations came up from the azure container, which uses systemd but not runc. If we run this container from the atomic CLI, there are a few issues I noticed:
We generate a default config.json for a container image missing a config.json.template. For containers that don't use runc, should we somehow check that and not generate that file?
In follow up to 1, I recall that we use the file at /run/runc/container/state.json for some things before, would that be affected?
In the info file, we still have:
"EXEC_START": "/bin/runc run 'azure'"
"EXEC_STOP": "/bin/runc kill 'azure'"
which doesn't match up to the service file
Perhaps I'm misunderstanding the method of running said containers and we shouldn't be using the atomic CLI. What do you think @giuseppe
The text was updated successfully, but these errors were encountered: