Skip to content
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

Lesson 2: portertech/demo-app not exists #156

Open
2 tasks done
costalopes71 opened this issue Feb 23, 2024 · 1 comment
Open
2 tasks done

Lesson 2: portertech/demo-app not exists #156

costalopes71 opened this issue Feb 23, 2024 · 1 comment

Comments

@costalopes71
Copy link

Feedback

When making lesson 2, docker compose fails to find portertech/demo-app image at docker-hub. Went to docker-hub and I could not find it too.

~/dev/sensu-go-workshop (latest)$ docker-compose up -d
[+] Running 2/2
 ! configurator Warning                                                          2.7s
 ✘ app Error                                                                     2.7s
Error response from daemon: pull access denied for portertech/demo-app, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

For it to work I had to go to portetech/demo-app github repository , clone the repo, build the app and build the Dockerfle tagging it with portetech/demo-app:latest

  • Lesson 01 completed or in-progress
  • Lesson 02 completed or in-progress
@CharlesZhao27
Copy link

same issue here, cannot run command docker-compose up -d, will came up with same Error message.
Error response from daemon: pull access denied for portertech/demo-app, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Also checked run docker-compose with `sudo:

sudo docker-compose up -d

will have error must use ASL logging (which requires CGO) if running as root

How to reproduce this issue

Test Machine: M1 Pro Macbook pro
OS:macOS Sonoma V14.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants