Skip to content

Conversation

zhouhao3
Copy link

@zhouhao3 zhouhao3 commented May 31, 2017

Not just linux can create runtime bundle. As for the system outside of these three systems , I am not sure whether it can be discussed in the runtime-tool#347.

Signed-off-by: zhouhao [email protected]

image/config.go Outdated
s.Linux = &specs.Linux{}
case "solaris":
s.Solaris = &specs.Solaris{}
case "winodws":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

windows

@cyphar
Copy link
Member

cyphar commented Jun 2, 2017

The biggest problem with the other platforms is extraction. How do you (sanely) extract layers on a Windows filesystem (there's a huge number of knobs in tar that don't make sense on Windows -- what should major, minor, uid, gid map to?) Solaris should be fine though.

@zhouhao3
Copy link
Author

zhouhao3 commented Jun 2, 2017

The biggest problem with the other platforms is extraction. How do you (sanely) extract layers on a Windows

Uh, I don't know much about the problem you're talking about. If you have any good suggestions, please suggest, thank you.

@zhouhao3
Copy link
Author

ping @xiekeyang @coolljt0725 @vbatts @stevvooe PTAL

@zhouhao3
Copy link
Author

reping @coolljt0725 @stevvooe @cyphar

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

Successfully merging this pull request may close these issues.

2 participants