A containerized Symfony-based label printing application that integrates with i-doit CMDB systems.
10K+
A containerized Symfony-based label printing application that integrates with i-doit CMDB systems. Supports both PDF and ZPL (Zebra Programming Language) label generation with direct printer integration.
# Run the container
run -d \
-p 8080:80 \
-v /path/to/exposed/var/lib/mysql:/var/lib/mysql \
--name label_printer dontpanicat/label-printer:latest
# Create first user
docker exec -ti label_printer su -s /bin/bash -c "php bin/console app:add-user --role ROLE_ADMIN --active --username <username> <[email protected]> <password>" www-data
# Access the application
open http://localhost:8080/label_printer/
Content type
Image
Digest
sha256:346ac66ddβ¦
Size
213.3 MB
Last updated
5 months ago
docker pull dontpanicat/idoit-label-printer