Skip to content

Conversation

@RobDolinMS
Copy link
Collaborator

Also fix missing ")"

Signed-off-by: Rob Dolin [email protected]

Also fix missing ")"

Signed-off-by: Rob Dolin <[email protected]>
Copy link
Contributor

@wking wking left a comment

Choose a reason for hiding this comment

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

See also the in-flight-since-May #466, which also fixes the dangling paren ;). The “configuration” addition in this PR is orthogonal to the rest of #466 though, so I'm happy to rebase mine if this lands first.

2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
If the runtime is unable to create the environment specified in the [`config.json`](config.md), it MUST generate an error.
While the resources requested in the [`config.json`](config.md) MUST be created, the user-specified code (from [`process`](config.md#process-configuration) MUST NOT be run at this time.
While the resources requested in the [`config.json`](config.md) MUST be created, the user-specified code (from [`process configuration`](config.md#process-configuration)) MUST NOT be run at this time.
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm ok adding “configuration”, but:

  1. I think we the link to the config section discussing the process setting is sufficient, so we don't need to say “configuration”, and
  2. If we add it, “configuration” should go outside the backticks (so: “from the process configuration`”).

@wking
Copy link
Contributor

wking commented Sep 19, 2016

And apparently GitHub doesn't cross-link issues referenced from review comments, so I'll mention #466 from a traditional comment ;).

@wking wking mentioned this pull request Oct 28, 2016
@hqhq
Copy link
Contributor

hqhq commented Oct 29, 2016

I don't think we need to add configuration here, the link would be sufficient, like we don't have to explicitly say process_config as the name of field in https://github.com/opencontainers/runtime-spec/blob/master/config.md#process-configuration to specify the process configuration. And the missing ")" is fixed in #603 , so I'll close for now, feel free to comment afterward.

@hqhq hqhq closed this Oct 29, 2016
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.

3 participants