Doug Davis

Results 526 comments of Doug Davis

re: multiple "starts": based on what I've heard I don't think multiple concurrent "starts" would be allowed. I think I'm hearing that people still want a single main process in...

Changing what 'exec' will do based on whether its the first call is a bit non-deterministic. Imagine I do "runc exec" thinking it'll generate a secondary proc and as such...

yes but I'd prefer "container stop redis" since "stop" feels like a better opposite/book-end to "start" than "kill". Yes I know under the covers we send a kill signal, but...

I'm distinguishing between `runc stop ` and `runc kill `

See https://github.com/opencontainers/runc/pull/506 we do create a new process during create(), but we hold on to the namespaces (except PID) so that subsequent processes can reuse those other namespaces

OH@OCI F2F: use "title" instead of "name" as a label

How do you see this being related to #3299 ? As an end user, I think the most important thing to see are errors. Ideally, I think those should be...

@grantr as a last resort yes we may have to do something like that, but I’d prefer if there was a more standard option available so that any one who...