kolla-ansible/docker/haproxy
Michal Rostecki a5c1aa0b81 Run HAProxy in a chroot jail
It's impossible to drop root for the HAProxy container.
But HAProxy provides a possibility to use a chroot jail.

When attaching to the HAProxy container, we see that
the root directory is changed:

    $ sudo docker exec -ti haproxy bash
    (haproxy)[root@operator /]# ls -di /
    259 /

Co-Authored-By: Vikram Hosakote <vhosakot@cisco.com>

Closes-Bug: #1552289

Change-Id: I9d55e9b741b8560cac53dc8b837a24a3029a4dc0
2016-05-06 10:23:49 +02:00
..
Dockerfile.j2 Run HAProxy in a chroot jail 2016-05-06 10:23:49 +02:00
ensure_latest_config.sh Start the haproxy by using haproxy-system-wrapper 2016-03-30 18:07:40 +08:00