Skip to content
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

Found unknown container runtime: oci #205

Closed
seandilda opened this issue Dec 8, 2019 · 1 comment
Closed

Found unknown container runtime: oci #205

seandilda opened this issue Dec 8, 2019 · 1 comment

Comments

@seandilda
Copy link

While trying x11docker on Fedora 30, I received the warning:

x11docker WARNING: Found unknown container runtime: oci
Please report at: https://github.com/mviereck/x11docker

@mviereck
Copy link
Owner

mviereck commented Dec 9, 2019

Thank you for the report!

Currently I am a bit confused about it.
OCI ist the name of the runtime specification standard: https://github.com/opencontainers
The default runtime code provided there is runc.

I did not find any documentation about a runtime directly called oci. All search results refer to the OCI standard, not to a code called oci.

For now I'll assume that runtime oci does the same as runtime runc.
I've added it in x11docker to the list of known runtimes.

Some runtimes need some special setup to be done by x11docker. So, if you encounter odd behaviour or failures, it would be nice if you report them, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants