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

eror when executing sudo docker run -v$(pwd)/project:/build bk7252 #15

Open
Ajimaru opened this issue Jan 6, 2025 · 1 comment
Open

Comments

@Ajimaru
Copy link

Ajimaru commented Jan 6, 2025

Hi,

When I run sudo docker run -v$(pwd)/project:/build bk7252 I got this error

Unable to find image 'bk7252:latest' locally
docker: Error response from daemon: pull access denied for bk7252, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Creating the docker env with docker build -t bk7252-builder . worked.

Any ideas?

@Ajimaru
Copy link
Author

Ajimaru commented Jan 6, 2025

Okay, the image name is bk7252-builder , docker run -v$(pwd)/project:/build bk7252-builder works, but I am stuck now with this error

Usage: /build.sh {build|clean|server}

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

1 participant