mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add docker community images (en) (#544)
* add community images * Fix formulation
This commit is contained in:
parent
a28421c323
commit
8dcee07723
1 changed files with 14 additions and 2 deletions
16
docker.md
16
docker.md
|
@ -2,8 +2,20 @@
|
||||||
|
|
||||||
<div class="alert alert-danger">
|
<div class="alert alert-danger">
|
||||||
<b>
|
<b>
|
||||||
This page isn't valid anymore, YunoHost 2.4 doesn't work anymore on Docker
|
Yunohost doesn't support Docker officially since issues with versions 2.4+.
|
||||||
because YunoHost requires systemdn and Docker has chosen to not support it (and
|
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).
|
there are other problems link to the firewall and services).
|
||||||
</b>
|
</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## 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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue