Sign inSign up

ydkn/cups

By ydkn

•Updated 5 days ago

CUPS printing server

Image
83

1M+

ydkn/cups repository overview

⁠CUPS Docker Image

https://gitlab.com/ydkn/docker-cups⁠

⁠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

Tag summary

Content type

Image

Digest

sha256:02b949af5…

Size

184.7 MB

Last updated

5 days ago

docker pull ydkn/cups