Skip to content

Commit

Permalink
Merge pull request #25 from chuckcharlie/buildtest
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcharlie authored Dec 13, 2023
2 parents 7b11988 + 42fe9aa commit 07053dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Fork from [quadportnick/docker-cups-airprint](https://github.com/quadportnick/do

### Now supports ARM64 and AMD64!
Use the *latest* or *version#* tags to auto choose the right architecture.
Please test and let me know. I don't have anything at home to test ARM with.

This Alpine-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. The other images out there never seemed to work right. I forked the original to use Alpine instead of Ubuntu and work on more host OS's.

Expand All @@ -16,7 +15,7 @@ This Alpine-based Docker image runs a CUPS instance that is meant as an AirPrint

### Variables:
* `CUPSADMIN`: the CUPS admin user you want created - default is CUPSADMIN if unspecified
* `CUPSPASSWORD`: the password for the CUPS admin user - default is admin username if unspecified
* `CUPSPASSWORD`: the password for the CUPS admin user - default is the same value as `CUPSADMIN` if unspecified

### Ports/Network:
* Must be run on host network. This is required to support multicasting which is needed for Airprint.
Expand Down

0 comments on commit 07053dc

Please sign in to comment.