From: Patrick Canterino <patrick@patrick-canterino.de>
Date: Sun, 18 Aug 2024 15:52:31 +0000 (+0200)
Subject: Copied information about Docker from README files from next-release to master
X-Git-Tag: 4.6.1~21^2
X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/4efa531d11cac24cf1ef486c6050c38d4e86ec02?ds=sidebyside

Copied information about Docker from README files from next-release to master

So our users will instantly get this new information whem opening the GitLab page
---

diff --git a/README.md b/README.md
index 0bd28ae..8f4d169 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Jirafeau project won't evolve to a file manager and will focus to keep a very fe
 ## Installation
 
 This shows how to install Jirafeau by your own, it's quite simple but you can
-also use a [docker image](https://hub.docker.com/r/mojo42/jirafeau/) or build
+also use a [docker image](https://gitlab.com/jirafeau/Jirafeau/container_registry/) or build
 it yourself. Check [docker folder](docker/README.md) for more informations.
 
 System requirements:
diff --git a/docker/README.md b/docker/README.md
index 2c56d26..8252795 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -2,13 +2,11 @@
 
 ## Run Jirafeau through a pre-made Docker image
 
-**There are currently no official pre-made Docker images of Jirafeau! The repository mentioned in this section is outdated!**
-
 Jirafeau is a small PHP application so running it inside a docker container is pretty straightforward.
 
 ```
-docker pull mojo42/jirafeau:latest
-docker run -it --rm -p 8080:80 mojo42/jirafeau:latest
+docker pull registry.gitlab.com/jirafeau/jirafeau:latest
+docker run -it --rm -p 8080:80 registry.gitlab.com/jirafeau/jirafeau:latest
 ```
 
 Then connect on [localhost:8080](http://localhost:8080/).