All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 03/12] docker-engine: add support for init processes
Date: Sat, 21 Oct 2017 15:51:47 +0200	[thread overview]
Message-ID: <20171021155147.12c12362@windsurf> (raw)
In-Reply-To: <20171019002257.27646-3-christian@paral.in>

Hello,

On Wed, 18 Oct 2017 20:22:48 -0400, Christian Stewart wrote:
> When a docker container is run with the --init flag, the Docker engine
> uses the docker-init binary as PID 1 inside the container. This is
> necessary in may cases to avoid issues with signal handling, zombie
> processes, and other quirks when running as PID 1.
> 
> The docker-init binary is backed by tini on default, but optionally can
> be changed to docker-init by user preference.

Did you meant "dump-init" here instead of "docker-init" ?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2017-10-21 13:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-19  0:22 [Buildroot] [PATCH 01/12] dumb-init: new package Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 02/12] tini: " Christian Stewart
2017-10-21 13:49   ` Thomas Petazzoni
2017-10-24  3:06     ` Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 03/12] docker-engine: add support for init processes Christian Stewart
2017-10-21 13:51   ` Yann E. MORIN
2017-10-24  3:28     ` Christian Stewart
2017-10-21 13:51   ` Thomas Petazzoni [this message]
2017-10-24  3:29     ` Christian Stewart
2017-10-24 21:31       ` Arnout Vandecappelle
2017-10-24 23:55         ` Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 04/12] docker-engine: select static for tini and dumb-init Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 05/12] docker-proxy: new package Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 06/12] docker-engine: add dependency on docker-proxy Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 07/12] go: bump version to 1.9 Christian Stewart
2017-10-19  3:50   ` Baruch Siach
2017-10-19  8:19   ` Thomas Petazzoni
2017-10-19 16:15     ` Christian Stewart
2017-10-22 10:18   ` Thomas Petazzoni
2017-10-19  0:22 ` [Buildroot] [PATCH 08/12] runc: bump to v1.0.0-rc4 Christian Stewart
2017-10-22 10:23   ` Thomas Petazzoni
2017-10-19  0:22 ` [Buildroot] [PATCH 09/12] docker-containerd: bump to 3addd84 Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 10/12] docker-proxy: bump to 9647f99 Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 11/12] docker-engine: bump to v17.07.0-ce Christian Stewart
2017-10-19  0:22 ` [Buildroot] [PATCH 12/12] docker-engine: don't link against libsystemd without systemd Christian Stewart
2017-10-19 14:04 ` [Buildroot] [PATCH 01/12] dumb-init: new package Arnout Vandecappelle
2017-10-19 16:10   ` Christian Stewart
2017-10-21 13:50 ` Arnout Vandecappelle
2017-10-24  3:07   ` Christian Stewart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171021155147.12c12362@windsurf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.