Nalin Dahyabhai

Results 109 comments of Nalin Dahyabhai

Is the iterator pattern (initialize(), next(), ...) being made safe somehow, or will two goroutines calling into the ListAllImages() method on the same multiStoreServer at the same time be a...

The `/var/lib/containers/storage/overlay-containers/containers.json` file will have an entry in it which includes the container's ID and the ID of the container's read-write layer. Running it through something like `jq 'map(select(.id=="676f31c6572d8666db9f76b205feac89320893bf27b72c44b673600d936dd7cd"))[].layer'` should...

Whoops, forgot to mark this as a WIP. /retitle WIP: test unprivileged builds

Test failures seem to have come down to a missing bit of SELinux policy that would allow us to use kernel overlay, and a kernel-side bug that causes an error...

When I try to build this Dockerfile with the current version: ```Dockerfile FROM scratch LABEL name="tech-preview/vm-launcher" \ version="v0.0.1" \ release="10" summary="Hosts VMs" \ ``` the build completes, but I get...

> > If I build with the -ignore-unrecognized-instructions=false flag, the build errors out. Are you seeing different behavior? > > We _always_ build with `--ignore-unrecognized-instructions=true` I am sorely tempted to...

> I think this flag would be buildah only but it will also get parsed for `dockerclient` as well but would not be recognized by docker daemon, maybe we should...

> @nalind @flouthoc if we speak from `dockerclient` we talking ~not~ from the directory in this repo right? ~You mean github.com/fsouza/go-dockerclient - is it correct?~ I'm maybe not right up,...