doc/docker.md

24 lines
846 B
Markdown
Raw Normal View History

2014-06-05 13:56:19 +02:00
# Docker and YunoHost
2016-08-16 18:27:55 +02:00
<div class="alert alert-danger">
<b>
2020-04-23 22:28:25 +02:00
YunoHost doesnt support Docker officially since issues with versions 2.4+.
In question, YunoHost 2.4+ doesnt work anymore on Docker
because YunoHost requires systemd and Docker has chosen to not support it natively (and
2016-08-16 18:27:55 +02:00
there are other problems link to the firewall and services).
</b>
</div>
## Community images
2020-04-23 22:28:25 +02:00
However, community images exist and are available on Docker Hub:
* AMD64 (classic)
* https://hub.docker.com/r/domainelibre/yunohost/ (YunoHost v4+)
2018-11-09 21:18:35 +01:00
* I386 (old computers)
* https://hub.docker.com/r/domainelibre/yunohost-i386/ (YunoHost v4+)
2020-04-23 22:28:25 +02:00
* ARMV7 (Raspberry Pi 2/3 ...)
* 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/ (old yunoHost version)