-
Notifications
You must be signed in to change notification settings - Fork 677
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
container runconfig in Image Configuration is linux centric #329
Comments
On Mon, Sep 19, 2016 at 04:55:53AM -0700, Lei Jitang wrote:
See 1 and similar for why I think image-spec should get out of the |
@wking I think image-spec provides some basic runtime-configuration make sense. With some basic runtime configuration, user can run a container with no additional arguments. For some images, a user may doesn't know what arguments should be set on container creation. a image provider distribute a image and the user just run it with no additional arguments. |
On Mon, Sep 19, 2016 at 07:19:03PM -0700, Lei Jitang wrote:
If distribute the whole bundle with layers (instead of just the
So you still get “just run it” support. And the number of things you |
@coolljt0725 Would you open the PRs for the changes you'd like to see? |
The container runconfig(https://github.com/opencontainers/image-spec/blob/master/config.md#container-runconfig-field-descriptions) in Image Configuration is very linux centric.
I think this field should be platform specific, I think we should have a clarification about this.
The text was updated successfully, but these errors were encountered: