-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant download/run this container #4
Comments
Hi, no you did nothing wrong. It looks like you need a registration for the Github Package Registry (see here ). I didn't know that myself - so thanks for the hint :-) I have now published the image on the Github container repository as well. So you should now be able to use the image via |
Thanks for the feedback, i now manage to create the container, but being unable to login. "warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60] Seems like its missing some dependencies I managed to run another version from "https://hub.docker.com/r/seji/laps-webui" successfully, but seems like an outdated version |
I'm a bit surprised, because we use the same Dockerfile at my work and it works there. I can take a closer look after Easter. |
Hi, i have looked at the Container we Running at work. The dockerfile is the same. The warnings you mentioned are also printed. They can be igonored. I currently don‘t know why the ldap library is missing here and not at the Image at work. |
Just tried downloading the image and recreating the container from scratch, still the same outcome. Still, it is strange that i can run fine the container published on DockerHub |
Probably related to this issue: Adding should help to fix ldap.so issue |
Hey @Seji64, seems to be working, the error logs are gone :) I just have 1 small problem where searching one specific machine i get the message "No permission to retrieve LAPS Password", which is incorrect and I can check the password correctly via AD ou the Laps UI application. But this might be a minor bug, since I only got this error on this specific machine, which was the first one i searched for, and I noticed the password was expired... So might be something on my end and futher testing is needed. One minor repair also, on the README.md, the port should read "-p 8080:80 " instead of "-p 8080:8080 ", since from my testing this is the port the webpage listens to. Other than that, it is working great! Thanks a lot!!! |
Hey mate, tryin to run your container from docker using the command:
docker run -d
--name=lapswebui
-e LDAP__Server=ldap.example.com
-e LDAP__Port=389
-e LDAP__UseSSL=false
-e LDAP__SearchBase=DC=example,DC=com
-p 8080:8080
--restart unless-stopped
docker.pkg.github.com/seji64/laps-webui/laps-webui
I changes the variables for my environment, but i keep getting access denied, even after login in to docker by running the comand "docker login"...
I also tried pulling the image first, but i always get this error:
"Error response from daemon: unauthorized: Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured."
Im kinda new to docker environment, so maybe im doing something wrong?
The text was updated successfully, but these errors were encountered: