-
Notifications
You must be signed in to change notification settings - Fork 32
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
Any plan for docker? #354
Comments
Is that difficult now? |
@yangdongsheng Yes, It is in the plan, and do u have any advice for docker supporting? |
@zenlinTechnofreak Great!! Is there any branch I can refer to? :) |
@zenlinTechnofreak BTW, I found the links for "Testing Flow" are all outdated. Where can I get these docs now? thanx a lot |
@yangdongsheng We are talking about the detail realization way with OCI , and not start coding yet, because the version of OCI is not very stable yet. Welcome any suggestion and advice, u also can give it to the Google Groups, we have a topic there, |
@yangdongsheng Yes, the link is outdated, you can just use the README.md for using the test temporally |
@yangdongsheng the main flow is,
|
@zenlinTechnofreak Haha, test flow sounds great. But, docker seems using a different config format with spec said, E.g, there is no Rootfs in config.json after docker create, then we would get a fail? |
@yangdongsheng Yes, different runtime have different image fomat, what we lack of is a tool like oci2docker, which can supporting convert oci bundle to docker image. And if runc can support docker to run oci bundle directly, it should be very nice. |
@zenlinTechnofreak oci2docker? Ha, it addressed my question in my mind now. Thanx a lot for the information. We are curious about making docker to follow OCI/spec. And glad to use OCT for our testing. that's helpful. :) |
@yangdongsheng |
@zenlinTechnofreak We are doing investigation now. At first, we want to know "What we need to do for docker to make OCI/spec happy?". Then we want to run a OCT for docker. Therefore, I come here to open a issue about "Any plan for docker" :). |
@zenlinTechnofreak BTW, is there any plan to contribute OCT to be a project in OCI? Is there a schedule? And what's the opinion from OCI guys? As we are curious about OCT, we want to know what's the final goal of OCT. Thanx in advance. :) |
@yangdongsheng OCT is in the roadmap of specs 1.0 now. Are you interesting in developing OCT? To make the future of container more beautiful, together with us. |
@yangdongsheng The testflow chart of OCT have been updated, thanks. |
@yangdongsheng @Mashimiao |
@liangchenye got it, thanks. By the way, when will OCT be merged into ocitools? |
Hi guys, I found docker is not supported currently, do you have any plan for it?
Thanx
The text was updated successfully, but these errors were encountered: