Skip to content

LinuCC/docker-arch-cups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-arch-cups

Based on ticosax/cups-in-docker.

Changed to allow cups to run in Arch Linux (tested with version updated in 2015-03). Uses a base-image compiled for the Raspberry Pi 2, but it should just work if you switch to a x86 base-image of Arch.

docker run -e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=secr3t -p 6631:631/tcp linucc/docker-arch-cups

If you want to support detection of local printers, you need to change the command a little. Here for USB-Printers:

docker run -e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=secr3t --privileged -v /dev/bus/usb:/dev/bus/usb -p 6631:631/tcp linucc/docker-arch-cups

And install the drivers you want (foomatic, gutenprint, ...) to the container.

About

Cups inside Arch Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • ApacheConf 98.8%
  • Shell 1.2%