Re: [atomic-devel] how to try combining skopeo+ostree+bwrap-oci

2018-02-22 Thread Muayyad AlSadi
after that, the following worked cd cont1 runc spec runc run myname I also tried "runc spec --rootless" and it worked but bwrap-oci did not $ bwrap-oci run bwrap-oci: unknown mount type none On Fri, Feb 23, 2018 at 1:33 AM, Muayyad AlSadi wrote: > ostree checkout ociimage/nginx_3Alatest con

Re: [atomic-devel] how to try combining skopeo+ostree+bwrap-oci

2018-02-22 Thread Muayyad AlSadi
ostree checkout ociimage/nginx_3Alatest cont1 cat cont1/manifest.json | jq '.layers[]|.digest' | sed -re 's/"//g' | cut -d ':' -f 2 | while read a; do echo ostree checkout --union ociimage/$a cont1/rootfs; done what's next? On Fri, Feb 23, 2018 at 12:18 AM, Muayyad AlSadi wrote: > hi, > > I'm

[atomic-devel] how to try combining skopeo+ostree+bwrap-oci

2018-02-22 Thread Muayyad AlSadi
hi, I'm running fedora as regular user and I wonder how can I use skopeo+ostree+bwrap-oci to run a docker image using bwrap-oci having files stored as ostree $ mkdir ostree $ cd ostree $ ostree init --mode=bare-user --repo=$PWD $ skopeo copy docker://redis:alpine ostree:redis@$PWD $ skopeo copy d

Re: [atomic-devel] Kubernetes manual setup

2018-02-22 Thread Colin Walters
On Wed, Feb 21, 2018, at 12:34 PM, Chris Negus wrote: > In my mind, this means that someone trying out vanilla Kubernetes will > start with some OS outside of the Fedora/RHEL/CentOS ecosystem. My > question is, is it okay to let this content die? Or should we encourage > some way to still manua

Re: [atomic-devel] Kubernetes manual setup

2018-02-22 Thread Micah Abbott
In the 'atomic-host-tests' repo[0], we have a test[1] that was based on the Red Hat docs[2] for setting up a single node kuberenetes cluster. We had to adapt the test to work with system containers on Fedora 27 and I made a quick and dirty gist[3] of the steps we ended up with. Having said th