Re: [atomic-devel] systemd as pid 1 in an unprivileged container.

2016-09-14 Thread Muayyad AlSadi
Here https://github.com/fedora-cloud/Fedora-Dockerfiles And here https://admin.fedoraproject.org/pkgdb/package/rpms/fedora-dockerfiles/ On Wed, Sep 14, 2016, 9:56 PM Daniel J Walsh wrote: > Sure, but I have no idea how to? > > On 09/14/2016 12:34 PM, Muayyad AlSadi wrote: > > would you please u

Re: [atomic-devel] How to handle crashes

2016-09-14 Thread Derek Carr
Dominika has been looking into node problem detector on our team, the issue we have found is while we like how it can report NodeConditions back into cluster state, it's current kernel monitoring support is insufficient until https://github.com/kubernetes/node-problem-detector/issues/14 It would b

Re: [atomic-devel] How to handle crashes

2016-09-14 Thread Jeremy Eder
Anyone know? There's a node-problem-detector proposed in Kubernetes but ... abrt is far more comprehensive. https://github.com/kubernetes/node-problem-detector The difference is that node-problem-detector has hooks to call back to the kubernetes control plane to inform it that a node has problems

[atomic-devel] rpm-ostree v2016.8

2016-09-14 Thread Colin Walters
Hi, I don't announce every release of rpm-ostree, but this one is notable because the package layering is now marked as stable, and is now known as `rpm-ostree install` or `atomic host install`. A bit more info in the tag: https://github.com/projectatomic/rpm-ostree/releases/tag/v2016.8 (With a

Re: [atomic-devel] fedora 25 - overlayfs - docker error

2016-09-14 Thread Kushal Das
On 12/09/16, Antonio Murdaca wrote: > Updated Docker in F25 again with the latest docker-selinux commit > https://bodhi.fedoraproject.org/updates/docker-1.12.1-12.git9a3752d.fc25 > Still failing, tested today. [fedora@kushal-f25 ~]$ uname -a Linux kushal-f25.novalocal 4.8.0-0.rc5.git4.1.fc25.x86_

Re: [atomic-devel] systemd as pid 1 in an unprivileged container.

2016-09-14 Thread Daniel J Walsh
Sure, but I have no idea how to? On 09/14/2016 12:34 PM, Muayyad AlSadi wrote: > would you please update this > > https://hub.docker.com/r/fedora/systemd-systemd/ > > > On Wed, Sep 14, 2016 at 4:14 PM, Muayyad AlSadi > wrote: > > Awesome! > > > On Wed, Sep 14, 20

Re: [atomic-devel] systemd as pid 1 in an unprivileged container.

2016-09-14 Thread Muayyad AlSadi
would you please update this https://hub.docker.com/r/fedora/systemd-systemd/ On Wed, Sep 14, 2016 at 4:14 PM, Muayyad AlSadi wrote: > Awesome! > > On Wed, Sep 14, 2016, 3:51 PM Daniel J Walsh wrote: > >> >> On 09/14/2016 05:26 AM, Muayyad AlSadi wrote: >> >> Nice article. >> >> I would like

Re: [atomic-devel] systemd as pid 1 in an unprivileged container.

2016-09-14 Thread Muayyad AlSadi
Awesome! On Wed, Sep 14, 2016, 3:51 PM Daniel J Walsh wrote: > > On 09/14/2016 05:26 AM, Muayyad AlSadi wrote: > > Nice article. > > I would like to stress that docker is intended to be process container not > system container. > > In adeal (aka. Fictional unicorn) containers you would have a si

Re: [atomic-devel] systemd as pid 1 in an unprivileged container.

2016-09-14 Thread Daniel J Walsh
On 09/14/2016 05:26 AM, Muayyad AlSadi wrote: > > Nice article. > > I would like to stress that docker is intended to be process container > not system container. > > In adeal (aka. Fictional unicorn) containers you would have a single > process. Your start.sh should exec (to replace the shell) th

Re: [atomic-devel] systemd as pid 1 in an unprivileged container.

2016-09-14 Thread Muayyad AlSadi
Nice article. I would like to stress that docker is intended to be process container not system container. In adeal (aka. Fictional unicorn) containers you would have a single process. Your start.sh should exec (to replace the shell) the application ("exec node ." Or "exec java -jar start.jar")