Created
January 9, 2020 08:20
-
-
Save gowinder/95fe93de273ada6f42a57cbebf716c37 to your computer and use it in GitHub Desktop.
enable airprint of hp deskjet 1112 in synology docker 群晖中使用docker开启hp deskjet 1112 的airprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run -d --name=olbat_airprint \ | |
--net=host \ | |
--privileged=true \ | |
-p 631:631 \ | |
-v /volume1/docker/airprint/config:/config \ | |
-v /dev:/dev \ | |
-v /volume1/docker/airprint/avahi:/etc/avahi/services \ | |
-v /var/run/dbus:/var/run/dbus \ | |
olbat/cupsd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment