-and then connect on [locahost:8080](http://localhost:8080) and proceed to installation.
-
-An other way to run Jirafeau (in a more controlled way) is to mount your Jirafeau's reprository in /www folder so your data are outside the container. This way, you will be able to easily make backups, upgrade Jirafeau, change configuration and develop Jirafeau.
-```
-docker run -d -p 8080:8080 -v$(pwd):/www mojo42/jirafeau
-```
-
-There are also other ways to manage your container (like docker's volumes) but this is out of the scope of this documentation.