-
Notifications
You must be signed in to change notification settings - Fork 924
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 login to webgui after docker compose up #498
Comments
All containes are up and running $ sudo docker container ls |
Dear @Ondjultomte, I wanted to check if you've had the opportunity to utilize the As a best practice, please ensure you review the documentation thoroughly before raising any inquiries: Additionally, for entering a container, you may use the following commands:
The documentation also includes a comprehensive guide on changing the password for the "faraday" account. Best regards, |
Hi, yes I tried loggin in to the container, as I pasted above. but I cant, so chaning pw via cli is difficult. Ill see if I can find anything in the logs. |
Hi mr @Ondjultomte the command shared by me in the reply is slyghtly different than the one you ran. Use docker exec instead of docker run. After using the command shared, you will be able to run the command If you use docker logs in the container you will also see the password generated at the time the container was created. Hope this helps! |
Ran
$ wget https://raw.githubusercontent.com/infobyte/faraday/master/docker-compose.yaml
$ docker-compose up
but there is no output for a user nor password.
$ sudo docker compose up -d
WARN[0000] /home/ekke/docker-compose.yaml: the attribute
version
is obsolete, it will be ignored, please remove it to avoid potential confusion[+] Running 34/34
✔ app Pulled 25.2s
✔ 6eab20599fab Pull complete 2.6s
✔ f790e9177a85 Pull complete 2.8s
✔ 6dbe8744009a Pull complete 3.3s
✔ 176e3d22ecf5 Pull complete 3.3s
✔ 0e85dc1c893f Pull complete 4.6s
✔ 960ebf03d4e6 Pull complete 4.6s
✔ 5aeff9e29d35 Pull complete 12.9s
✔ 017806b18b0d Pull complete 13.7s
✔ 2843731625fb Pull complete 13.7s
✔ e9d08b44073a Pull complete 23.7s
✔ c169b0107617 Pull complete 23.7s
✔ bb7657871629 Pull complete 23.7s
✔ 7e8984ed34b2 Pull complete 23.7s
✔ 40b4b5c2c0a3 Pull complete 23.7s
✔ b3415940191a Pull complete 23.7s
✔ db Pulled 16.2s
✔ 29291e31a76a Pull complete 8.8s
✔ c7f8a1ea71cb Pull complete 9.0s
✔ 64d8912b293d Pull complete 9.0s
✔ c5ea624bd2f9 Pull complete 14.3s
✔ 8b31ea9e78e2 Pull complete 14.3s
✔ 73b55a167823 Pull complete 14.3s
✔ 182bdad89856 Pull complete 14.4s
✔ 8106b49e33bd Pull complete 14.4s
✔ redis Pulled 10.6s
✔ c6a83fedfae6 Pull complete 6.6s
✔ f0614eab96a6 Pull complete 6.8s
✔ 088a404f516f Pull complete 8.3s
✔ 57d0a4a9d769 Pull complete 8.3s
✔ 4a303a21c8f6 Pull complete 8.8s
✔ 065f40602644 Pull complete 8.8s
✔ 4f4fb700ef54 Pull complete 8.8s
✔ 8dbed3c7e537 Pull complete 8.8s
[+] Running 5/5
✔ Network ekke_default Created 0.1s
✔ Volume "ekke_db" Created 0.0s
✔ Container faraday_db Started 18.0s
✔ Container faraday_redis Started 18.0s
✔ Container faraday_app Started
cant enter the container via
$ sudo docker run -it faraday_app /bin/sh
Unable to find image 'faraday_app:latest' locally
docker: Error response from daemon: pull access denied for faraday_app, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
how do I login ? With what password? i tried faraday:faraday etc. but no luck
The text was updated successfully, but these errors were encountered: