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 +```