You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How to add my printer drivers?
The text was updated successfully, but these errors were encountered: