File: DOCKER-COMPOSE.md

package info (click to toggle)
ippsample 0.0~git20220607.72f89b3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 36,580 kB
  • sloc: ansic: 108,192; sh: 3,417; makefile: 1,163
file content (20 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Docker Compose Support for IPP Sample Code

This repository includes a sample docker-compose.yml file
to run a IPP server with IPP clients in multiple containers.

To start the IPP server:

    docker-compose up ippserver

Run the IPP Everywhere test:

    docker-compose up ipptest

To list all IPP printers:

    docker-compose up ippfind

To run the IPP proxy:

    docker-compose up ippproxy