Skip to content

can't get it to run #8

@m-arx

Description

@m-arx

my create command:

sudo docker create
--name=cups
--restart=always
--net=host
--privileged
-v /volume1/docker/AirPrint/config:/config
-v /etc/avahi/services:/services
-e CUPSADMIN="leprint"
-e CUPSPASSWORD="HellFire123!"
quadportnick/cups-airprint

logs has a loop of:

  • grep -ci leprint /etc/shadow
  • [ 0 -eq 0 ]
  • useradd -r -G lpadmin -M leprint
  • echo leprint:HellFire123!
  • chpasswd
    chpasswd: (user leprint) pam_chauthtok() failed, error:
    System error
    chpasswd: (line 1, user leprint) password not changed

I have also tried admin:password, cupsadmin:cupspass - always this loop.

what's wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions