From 8dcee077231fbe4dea3e28a3fff44390be1419d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9veloppeur=20libre?= Date: Tue, 5 Sep 2017 23:42:17 +0200 Subject: [PATCH] Add docker community images (en) (#544) * add community images * Fix formulation --- docker.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docker.md b/docker.md index 715fa023..00988d58 100644 --- a/docker.md +++ b/docker.md @@ -2,8 +2,20 @@
-This page isn't valid anymore, YunoHost 2.4 doesn't work anymore on Docker -because YunoHost requires systemdn and Docker has chosen to not support it (and +Yunohost doesn't support Docker officially since issues with versions 2.4+. +In question, YunoHost 2.4 doesn't work anymore on Docker +because YunoHost requires systemd and Docker has chosen to not support it natively (and there are other problems link to the firewall and services).
+ +## Community images + +However, community images exist and are available on Docker Hub : + + * AMD64 (classic) + * https://hub.docker.com/r/domainelibre/yunohost2/ (Yunohost v2.7) + * ARMV7 (raspberry pi 2/3 ...) + * https://hub.docker.com/r/domainelibre/yunohost2-arm/ (Yunohost v2.7) + * ARMV6 (raspberry pi 1) + * https://hub.docker.com/r/tuxalex/yunohost-armv6/