Fixed repo naming

This commit is contained in:
root
2018-09-18 13:14:40 -05:00
parent b2a116e4af
commit 0e72360c21

View File

@@ -1,6 +1,6 @@
# chuckcharlie/cups-airprint-brother # chuckcharlie/cups-airprint-brother
Fork from [quadportnick/cups-airprint](https://github.com/quadportnick/docker-cups-airprint) Fork from [quadportnick/docker-cups-airprint](https://github.com/quadportnick/docker-cups-airprint)
This Ubuntu-based Docker image runs a CUPS instance that is meant as an AirPrint relay for printers that are already on the network but not AirPrint capable. I am running this on CentOS. I forked the original to add support for my Brother MFC-7840w printer, and use the latest Ubuntu base. This Ubuntu-based Docker image runs a CUPS instance that is meant as an AirPrint relay for printers that are already on the network but not AirPrint capable. I am running this on CentOS. I forked the original to add support for my Brother MFC-7840w printer, and use the latest Ubuntu base.
@@ -31,7 +31,7 @@ docker run --name cups -p 631:631 --restart unless-stopped \
-v /var/run/dbus:/var/run/dbus \ -v /var/run/dbus:/var/run/dbus \
-e CUPSADMIN="<username>" \ -e CUPSADMIN="<username>" \
-e CUPSPASSWORD="<password>" \ -e CUPSPASSWORD="<password>" \
chuckcharlie/cups-avahi:latest chuckcharlie/cups-airprint-brother:latest
``` ```
## Using ## Using