docker-cups-airprint
docker-cups-airprint copied to clipboard
Work with IPVLAN ?
I'm using IPVLAN, does it work with it ?
I'm not sure, I haven't tried. Looks like it should be possible. Give it a shot and let me know if/how it works then I'll add that to the readme.
nice, notif me when you make it and after i can try ^^
I can confirm this works with IPVLAN no problem
@viperk1 @enzofrnt do you want to briefly share for the afterworld what you've done to make it work with IPVLAN, before I close this issue?
@viperk1 @enzofrnt do you want to briefly share for the afterworld what you've done to make it work with IPVLAN, before I close this issue?
Nothing special at all. I just followed your instructions but the network was ipvlan instead of macvlan.
Here’s my docker compose for the container. “physicalnet” is defined externally as an ipvlan network.
services: airprint: container_name: airprint hostname: airprint.host.name image: 'drpsychick/airprint-bridge:latest' restart: unless-stopped networks: physicalnet: ipv4_address: 192.168.192.168 volumes: - airprint/cups:/etc/cups environment: - CUPS_USER_ADMIN=meow - CUPS_USER_PASSWORD=meow
Awesome, thanks for sharing, in the name of the community!