docker-cups-airprint
docker-cups-airprint copied to clipboard
How to add my printer drivers?
How to add my printer drivers?
I resolved the missing driver issue by installing the driver directly within the Docker container. Here's how I did it:
-
Start a shell in the Docker container:
docker compose exec -T airprint sh
-
Install the printer driver as recommended by the manufacturer (Brother, in my case), following the same steps as you would on a regular Ubuntu instance.
-
After installation, the driver appeared in the selection when adding a new printer in CUPS.
This approach worked seamlessly for me and should help resolve the missing driver issue.