From 1a01da64ad0993f1670c25db966537d7797ef43c Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sat, 4 Sep 2021 21:35:19 +0200 Subject: [PATCH] Explain why we use Quay now that the Docker Hub image is deleted --- Installation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index e024232..d6e9337 100644 --- a/Installation.md +++ b/Installation.md @@ -25,8 +25,7 @@ Allowing bots that excessively crawl (Semrush, webmeup, etc.) will lead your ins ## Docker -> **Use of the Invidious image hosted on Docker Hub is highly discouraged.** The current maintainers no longer have access to the account and it is considered deprecated. [The image hosted on Quay](https://quay.io/repository/invidious/invidious) is recommended as an alternative. This change is reflected in the `docker-compose.yml` file used in this walkthrough. Also, unlike Docker Hub, [Quay is open source](https://github.com/quay/quay/blob/master/LICENSE). -{.is-warning} +> The Invidious docker image is only [available on Quay](https://quay.io/repository/invidious/invidious) because, unlike Docker Hub, [Quay is open source](https://github.com/quay/quay/blob/master/LICENSE). This is reflected in the `docker-compose.yml` file used in this walkthrough.{.is-warning} Ensure [Docker Engine](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/) are installed before beginning.