pwFoo

Results 251 comments of pwFoo

Looks like the option / image order with `img unpack ` is important. `img unpack -o ` works fine, but option is ignored if given after the image `img unpack...

I tried to push a Image to docker hub an it fails. Tested with sucessful `img login` and `-v $HOME/.docker:/root/.docker` running inside of a docker container. So build works, but...

I use `build-arg` to change builds commit / release / tag of a git repo if needed. So would be nice to have!

As workaround I need to build images with `docker build` before I can use `linuxkit`. Second advantage is that I can build from a git repo instead of local Dockerfiles.

@deitch Is it possible to add linuxkit "config" (cmd, capabilities, binds, ...) to a `docker build` created image instead of use `linuxkit pkg`?

I need to sort some things. Written a quick and dirty script to build a custom system with linuxkit based on busybox, rustysd, crun and gpm. https://github.com/dengleros/dosctl/blob/master/README.md I use linuxkit...

I tried to use linuxkit to build docker images, tar archives and os (kernel+initrd) from remote build context (git repo), but it fails with git clone the repo. Also I...

@deitch Tried to use gitrepo for url / git based build context, but it doesn't work? #3478

Yes, that is what I try to do!

Have you tried to mount linuxkit containerd and runc inside of your docker service as docker-containerd and docker-runc? It should work, because dockerd searching for docker-* inside of the container...