mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update docker.md
update repos
This commit is contained in:
parent
5ae0fb8ba9
commit
e4474927ef
1 changed files with 6 additions and 4 deletions
10
docker.md
10
docker.md
|
@ -3,7 +3,7 @@
|
|||
<div class="alert alert-danger">
|
||||
<b>
|
||||
Yunohost doesn't support Docker officially since issues with versions 2.4+.
|
||||
In question, YunoHost 2.4 doesn't work anymore on Docker
|
||||
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).
|
||||
</b>
|
||||
|
@ -14,8 +14,10 @@ there are other problems link to the firewall and services).
|
|||
However, community images exist and are available on Docker Hub :
|
||||
|
||||
* AMD64 (classic)
|
||||
* https://hub.docker.com/r/domainelibre/yunohost2/ (Yunohost v2.7)
|
||||
* https://hub.docker.com/r/domainelibre/yunohost3/ (Yunohost v3)
|
||||
* I386 (old computers)
|
||||
* https://hub.docker.com/r/domainelibre/yunohost3-i386/ (Yunohost v3)
|
||||
* ARMV7 (raspberry pi 2/3 ...)
|
||||
* https://hub.docker.com/r/domainelibre/yunohost2-arm/ (Yunohost v2.7)
|
||||
* https://hub.docker.com/r/domainelibre/yunohost3-arm/ (Yunohost v3)
|
||||
* ARMV6 (raspberry pi 1)
|
||||
* https://hub.docker.com/r/tuxalex/yunohost-armv6/
|
||||
* https://hub.docker.com/r/tuxalex/yunohost-armv6/ (old yunohost version)
|
||||
|
|
Loading…
Reference in a new issue