From 36c36f5a932c256c99da6a2d800d4c22cea5b0fd Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 10 Jul 2022 16:27:50 +0200 Subject: [PATCH] First commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 07c5abc..da45d61 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ To change the admin password set the environment variable _ADMIN_PASSWORD_ to yo ```bash docker run -d --restart always -p 631:631 -v $(pwd):/etc/cups -e ADMIN_PASSWORD=mySecretPassword sthopeless/cups:latest ``` + + +### Testing + +```bash +docker run -d --restart unless-stopped -p 631:631 -e ADMIN_PASSWORD=admin -e ADMIN_USERNAME=admin sthopeless/cups:latest +```