Dockerized GLPI agent (The inventory agent of GLPI ITSM) based on bitmani:minideb image
144
Here the first image of GLPI agent based on bitmani:minideb, that image was developp to be use with docker-compose.
You've to build your own version of glpi-agent because he need to use two parameters to work perfectly ( url of glpiinventory and also the tag for your inventory )
docker run --name glpi-agent -e "url=<url of glpiinventory>" -e "tag=<wish inventory tag>" --network="host" gzoratti/glpi-agent:<version>
To deploy this project with docker-compose
version: "3.8"
services:
glpi-agent:
tty: true
image: glpi-agent:<version>
network_mode: "host"
environment:
- "url=<url of glpiinventory"
- "tag=<wish inventory tag>"
deploy:
replicas: 1
resources:
limits:
cpus: "2"
memory: 4G
restart_policy:
condition: on-failure
Content type
Image
Digest
sha256:9c8869afc…
Size
83 MB
Last updated
over 3 years ago
docker pull gzoratti/glpi-agent:1.4