A docker image prepared to receive glpi
349
The database is not included, This image has no default command yet
please consider using :
$ docker run -it -d --name glpi-db uisleandro/mysql:v1 $ docker run -it -d -v /path/to/your/glpi:/var/www/localhost/htdocs --link glpi-db --name glpi uisleandro/php5glpi:latest /bin/sh
Then run: $ docker exec -it glpi /bin/sh # php-fpm5 # nginx -g "daemon off;"
After you can follow the installation process
you can use "glpi-db" as your database hostname "root" as your database user and "uisleandro" as your password or else you can change the password of the mariadb root user (find it out on the internet)
Content type
Image
Digest
Size
17.2 MB
Last updated
about 8 years ago
docker pull uisleandro/php5glpi