2014-04-27 02:12:35 +02:00
|
|
|
|
# Docker et YunoHost
|
|
|
|
|
|
2016-08-16 18:25:35 +02:00
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
|
<b>
|
2020-04-23 22:28:25 +02:00
|
|
|
|
YunoHost ne supporte plus officiellement Docker depuis les problèmes rencontrés avec la version 2.4+.
|
|
|
|
|
En cause, YunoHost dépend désormait de systemd et docker a décidé qu’ils ne le
|
2017-09-05 23:41:22 +02:00
|
|
|
|
supporteraient pas nativement (et il y a d'autres problèmes liés au firewall et aux
|
2016-08-16 18:25:35 +02:00
|
|
|
|
services).
|
|
|
|
|
</b>
|
|
|
|
|
</div>
|
2017-09-05 23:41:22 +02:00
|
|
|
|
|
|
|
|
|
## Images communautaires
|
|
|
|
|
|
|
|
|
|
Cependant il existe des images communautaires disponibles sur Docker Hub :
|
|
|
|
|
|
2018-11-09 21:24:54 +01:00
|
|
|
|
* AMD64 (classique)
|
2020-10-25 00:45:29 +02:00
|
|
|
|
* https://hub.docker.com/r/domainelibre/yunohost/ (YunoHost v4+)
|
2018-11-09 21:24:54 +01:00
|
|
|
|
* I386 (anciens pc)
|
2020-10-25 00:45:29 +02:00
|
|
|
|
* https://hub.docker.com/r/domainelibre/yunohost-i386/ (YunoHost v4+)
|
2020-04-23 22:28:25 +02:00
|
|
|
|
* ARMV7 (Raspberry Pi 2/3 ...)
|
2020-10-25 00:45:29 +02:00
|
|
|
|
* https://hub.docker.com/r/domainelibre/yunohost-arm/ (YunoHost v4+)
|
2020-04-23 22:28:25 +02:00
|
|
|
|
* ARMV6 (Raspberry Pi 1)
|
|
|
|
|
* https://hub.docker.com/r/tuxalex/yunohost-armv6/ (ancienne version de YunoHost)
|