2020-11-11 11:47:10 +01:00
|
|
|
|
---
|
|
|
|
|
title: Docker and YunoHost
|
|
|
|
|
template: docs
|
|
|
|
|
taxonomy:
|
|
|
|
|
category: docs
|
2021-02-06 18:22:00 +01:00
|
|
|
|
routes:
|
|
|
|
|
default: '/docker'
|
2020-11-11 11:47:10 +01:00
|
|
|
|
---
|
2014-06-05 13:56:19 +02:00
|
|
|
|
|
2016-08-16 18:27:55 +02:00
|
|
|
|
<div class="alert alert-danger">
|
|
|
|
|
<b>
|
2020-04-23 22:28:25 +02:00
|
|
|
|
YunoHost doesn’t support Docker officially since issues with versions 2.4+.
|
|
|
|
|
In question, YunoHost 2.4+ doesn’t work anymore on Docker
|
2017-09-05 23:42:17 +02:00
|
|
|
|
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>
|
2017-09-05 23:42:17 +02:00
|
|
|
|
|
|
|
|
|
## Community images
|
|
|
|
|
|
2020-04-23 22:28:25 +02:00
|
|
|
|
However, community images exist and are available on Docker Hub:
|
2017-09-05 23:42:17 +02:00
|
|
|
|
|
2021-02-06 22:41:01 +01:00
|
|
|
|
* [AMD64 (classic) (ancienne version de YunoHost)](https://hub.docker.com/r/domainelibre/yunohost/)
|
|
|
|
|
* [I386 (old computers) (ancienne version de YunoHost)](https://hub.docker.com/r/domainelibre/yunohost-i386/)
|
|
|
|
|
* [ARMV7 (Raspberry Pi 2/3 ...) (ancienne version de YunoHost)](https://hub.docker.com/r/domainelibre/yunohost-arm/)
|
|
|
|
|
* [ARMV6 (Raspberry Pi 1) (old yunoHost version)](https://hub.docker.com/r/tuxalex/yunohost-armv6/)
|