kolla/docker/base
Jeffrey Zhang 6710bbeb7c Use dumb-init to manage the pid 1 process
Normally, when you launch a Docker container, the process you're
executing becomes PID 1, giving it the quirks and responsibilities that
come with being the init system for the container.

There are two common issues this presents:

* In most cases, signals won't be handled properly.
* Orphaned zombie processes aren't properly reaped.

the dumb-init acting like a simple init system. It launches a single
process and then proxies all received signals to a session rooted at
that child process.

Closes-Bug: #1614509
Change-Id: I9d3d04648e151ddc7c6732b92ffd3b6c9fe467ec
2016-08-20 17:27:17 +00:00
..
apt_preferences.debian Use debian repos for debian base docker image 2016-06-03 00:32:05 +02:00
apt_preferences.ubuntu Remove mesos artifacts 2016-06-18 17:47:30 +02:00
curlrc add curlrc file to base image 2016-06-02 18:20:48 +02:00
Dockerfile.j2 Use dumb-init to manage the pid 1 process 2016-08-20 17:27:17 +00:00
dpkg_reducing_disk_footprint Reducing disk footprint for Ubuntu/Debian images 2016-08-05 15:52:46 +02:00
elasticsearch.yum.repo Added Elasticearch and its deployment. 2016-02-13 07:53:24 +00:00
influxdb.yum.repo Added telegraf container 2016-07-29 13:19:40 +00:00
kibana.yum.repo Install Elasticsearch and Kibana packages using yum/apt-get 2016-03-18 04:05:30 +00:00
kolla_bashrc Remove unecessary blank lines 2016-05-02 07:44:29 -04:00
mariadb.yum.repo use http instead of https for getting mariadb key 2016-01-20 17:10:47 +08:00
oraclelinux-extras.repo Add centos-extras repo to oraclelinux-base 2016-03-09 17:14:55 +00:00
set_configs.py External Ceph support - Implementation Glance 2016-07-14 14:05:34 +00:00
sources.list.debian Added telegraf container 2016-07-29 13:19:40 +00:00
sources.list.ubuntu Pin to Ubuntu 16.04 2016-08-20 22:30:28 +08:00
start.sh Use dumb-init to manage the pid 1 process 2016-08-20 17:27:17 +00:00
sudoers Remove Rsyslog entirely 2016-02-23 01:45:23 -08:00
versionlock.list Remove mesos artifacts 2016-06-18 17:47:30 +02:00