sthope 2fc9752983
All checks were successful
continuous-integration/drone/push Build is passing
update
2022-08-07 20:44:45 +02:00
2022-08-07 20:44:45 +02:00
2019-07-06 13:53:30 +02:00
2022-07-10 18:05:27 +02:00
2022-07-10 18:17:25 +02:00
2022-07-10 18:17:25 +02:00
2022-07-10 16:12:26 +02:00
2022-08-07 20:36:46 +02:00

CUPS Docker Image

Architectures

  • amd64
  • arm32v7
  • arm64v8

Usage

Start the container

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

Testing

docker run -d --restart unless-stopped -p 631:631 -e ADMIN_PASSWORD=admin -e ADMIN_USERNAME=admin git.sthope.dev/sthope/cups:latest
Description
Docker image with CUPS printing server
Readme 263 KiB
Languages
Dockerfile 83.5%
Shell 16.5%