W. Trevor King
W. Trevor King
On Mon, Mar 12, 2018 at 09:25:59AM -0700, Alban Crequy wrote: > - poststop: since the hook is called after the container is deleted, > the state is not "stopped"...
> On a reboot, it would be gone because the state is kept in `/run` and `/run` is in memory. This makes sense (for runc), but so does @cyphar's [argument...
On Wed, Apr 04, 2018 at 01:49:10PM +0000, Dongsu Park wrote: > So if we add `deleted` status that is distinguished from `stopped`, > we would also want to add...
On Tue, Jun 07, 2016 at 11:16:00PM -0700, Jake Warner wrote: > I wasn't as involved within the community back at the time so I'm > not fully sure what...
On Wed, Jun 08, 2016 at 12:38:45AM -0700, Aleksa Sarai wrote: > As another aside, I don't like JSON as a config format. Personally I > think TOML would've been...
On Wed, Jun 08, 2016 at 10:41:16AM -0700, Jake Warner wrote: > I'm all for ExposedPorts going into the config.json since almost > everything requires it but since networking can...
On Thu, Jun 09, 2016 at 07:39:20PM -0700, Brandon Philips wrote: > I think in general we should avoid forcing someone to parse and deal > with additional files between...
I [wrote][1] > So are you comfortable requiring external lookup tables… To ground that in something concrete, umoci uses a parallel [`umoci.json`][2] which [stores a reference to the original manifest][3]....
On Wed, Feb 22, 2017 at 11:36:15PM -0800, Aleksa Sarai wrote: > While I understand the case where you have multiple > `application/vnd.oci.image.manifest.v1+json` descriptors with > different `platform` entries (though...
On Tue, Feb 28, 2017 at 01:35:10PM -0800, Stephen Day wrote: > There are literally two choices here: > 1. Either return multiple descriptors. > 2. Error out on duplicates....