Linux/CUPS: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 February 2024

  • curprev 11:4611:46, 10 February 2024Marcluer talk contribs 1,779 bytes +1,779 Created page with "== CUPS server == * docker-compose.yml <pre> version: '3.3' services: cupsd: build: ./build container_name: cupsd restart: unless-stopped ports: - '631:631' volumes: - /srv/docker-data/cups/etc:/etc/cups </pre> * Dockerfile <pre> FROM ubuntu:latest RUN dpkg --add-architecture i386 && \ apt update -qq && \ RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive \ apt install -y \ sudo \ whois \ usbutils \ cups \..."