Docker for Windows: is it possible to install a printer?

1.7k Views Asked by At

I have a .NET application which generates some reports in PDF format and sends them to a printer. The printer is a network printer which is available directly via IP (no print server).

Right now this application is hosted on a Windows Server-based machine which has this printer installed.

Is it possible to pack this application in a Docker container? Which base image should I use? How to install a network printer with the corresponding drivers in a Docker container?

0

There are 0 best solutions below