mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-11 22:52:21 +00:00
Fixed repo naming
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user