Sign inSign up

nmainiero/docker-cups

By nmainiero

•Updated almost 6 years ago

Image
0

991

nmainiero/docker-cups repository overview

⁠CUPS Docker Image

⁠Architectures

  • amd64
  • arm32v7
  • arm64v8

⁠Usage

⁠Start the container
docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups nmainiero/docker-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 nmainiero/docker-cups:latest

Tag summary

Content type

Image

Digest

Size

180.6 MB

Last updated

almost 6 years ago

docker pull nmainiero/docker-cups