-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
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