YunoHost Docker - la couple parfait

Hi, first congrats for yunohost project, awesome!

I need install it using Docker but don’t know who preform up the installation, can you help me? :slight_smile:

  1. Run together other containers, reason why need tutum/haproxy

    docker run -d -e VIRTUAL_HOST=yh.jujes.dev --name yunohost yunohost/full /sbin/init

    docker run -d -p 25:25 -p 53:53/udp -p 80:80 -p 443:443 -p 465:465 -p 993:993 -p 5222:5222 -p 5269:5269 -p 5290:5290 --link yunohost:yunohost tutum/haproxy

  2. Master/Slave mode for when one IP is down or the service is out??

Thanks in advance,