Uh oh!
There was an error while loading. Please reload this page.
define the default value for the cwd - #286
Conversation
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
wking
commented
Dec 29, 2015
On Mon, Dec 28, 2015 at 07:50:21PM -0800, Lai Jiangshan wrote:
I think the root directory is a good default on Linux when the |
laijs
commented
Dec 29, 2015
the user may not be the root. "home directory" seems to be good one, |
laijs
commented
Dec 29, 2015
currently, both runc&runv use "/" as the default value. |
philips
commented
Dec 29, 2015
On Tue, Dec 29, 2015 at 10:03 AM W. Trevor King notifications@github.com
I really really want to avoid codifying special behavior. We either do one,
I can see the use case but this is a little to magical IMHO. |
wking
commented
Dec 29, 2015
On Tue, Dec 29, 2015 at 03:36:24AM -0800, Brandon Philips wrote:
I think this falls under my preferred “don't do anything if this isn't |
mrunalp
commented
Jan 13, 2016
I think we don't need to add this specifically for Linux. |
crosbymichael
commented
Jan 13, 2016
After reviewing in your OCI f2f we think this should be a required field so that runtimes don't default to something different if it is optional or different platforms have different defaults. By allowing the user to specify this then there is no question what the cwd will be for their container. |
Signed-off-by: Lai Jiangshan jiangshanlai@gmail.com