So our users will instantly get this new information whem opening the GitLab page
## 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:
## 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/).