Add Docker image
This commit is contained in:
parent
6572e01a94
commit
adc64f6d03
@ -45,7 +45,11 @@
|
||||
|
||||
You can download the latest [*nightly* version](https://get.happydns.org/master/) of happyDNS for [Linux x86_64](https://get.happydns.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydns.org/master/happydns-linux-arm64) or [macOS x86_64](https://get.happydns.org/master/happydns-darwin-amd64).
|
||||
|
||||
Precompiled binaries are availables on <https://get.happydns.org/>.
|
||||
We publish a [Docker image](https://hub.docker.com/r/happydns/happydns/), feel free to test it thanks to:
|
||||
|
||||
docker run -e HAPPYDNS_NO_AUTH=1 -p 8081:8081 happydns/happydns
|
||||
|
||||
Precompiled binaries are also availables on <https://get.happydns.org/>.
|
||||
|
||||
- id: community-chat
|
||||
translation: "Chat"
|
||||
|
@ -45,6 +45,10 @@
|
||||
|
||||
Vous pouvez télécharger la dernière [version *nightly*](https://get.happydns.org/master/) d'happyDNS pour [Linux x86_64](https://get.happydns.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydns.org/master/happydns-linux-arm64) ou [macOS x86_64](https://get.happydns.org/master/happydns-darwin-amd64).
|
||||
|
||||
Nous avons une [image Docker](https://hub.docker.com/r/happydns/happydns/), n'hésitez pas à l'essayer :
|
||||
|
||||
docker run -e HAPPYDNS_NO_AUTH=1 -p 8081:8081 happydns/happydns
|
||||
|
||||
Les binaires précompilés sont disponibles sur <https://get.happydns.org/>.
|
||||
|
||||
- id: community-chat
|
||||
|
Loading…
Reference in New Issue
Block a user