W. Trevor King

Results 439 comments of W. Trevor King
trafficstars

On Wed, Mar 08, 2017 at 11:18:56AM -0800, Vincent Batts wrote: > so we want to go with "pack" and "unpack" vs "create" and "apply"? > honestly, cleaning up the...

@jstarks mentioned these prefixes in moby/moby#20125, but he was looking for a place to store Windows metadata. This issue is just about portably storing the Linux xattr (and other OSes...

On Tue, Jan 12, 2016 at 03:13:37PM -0800, Vish Kannan wrote: > As of now, the runtime lifecycle states that there is a `Start` > action which results in creation...

On Tue, Jan 12, 2016 at 03:56:28PM -0800, Jonathan Boulle wrote: > > Subsequent processes will run the same pid namespace. > > It makes me pretty uneasy to have...

On Tue, Jan 12, 2016 at 04:51:36PM -0800, Vincent Batts wrote: > On Tue, Jan 12, 2016 at 6:52 PM W. Trevor King wrote: > > > On Tue, Jan...

On Tue, Jan 12, 2016 at 03:29:28PM -0800, Vish Kannan wrote: > @ashahab-altiscale: As long as user namespaces don't require a > process to pin it, I don't see any...

On Fri, Jan 22, 2016 at 07:11:42AM -0800, Doug Davis wrote: > re: multiple "starts": based on what I've heard I don't think > multiple concurrent "starts" would be allowed....

On Fri, Jan 22, 2016 at 08:21:45AM -0800, Doug Davis wrote: > Changing what 'exec' will do based on whether its the first call is > a bit non-deterministic. Yeah,...

On Fri, Jan 22, 2016 at 12:09:24PM -0800, Doug Davis wrote: > Yes I know under the covers we send a kill signal, but that's a > detail the end...

On Fri, Jan 22, 2016 at 12:06:51PM -0800, Michael Crosby wrote: > # create the container > > container create redis > > # start the init process defined in...