8000 GitHub - nicolaimainiero/docker-cups
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nicolaimainiero/docker-cups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUPS Docker Image

Architectures

  • amd64
  • arm32v7
  • arm64v8

Usage

Start the container

docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups ydkn/cups:latest

Configuration

Login in to CUPS web interface on port 631 (e.g. https://localhost:631) and configure CUPS to your needs. Default credentials: admin / admin

To change the admin password set the environment variable ADMIN_PASSWORD to your password.

docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups -e ADMIN_PASSWORD=mySecretPassword ydkn/cups:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0