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

Pull access denied for spliit2 when attempting to run in a container #151

Closed
lokesh-krishna opened this issue May 8, 2024 · 7 comments · May be fixed by #168
Closed

Pull access denied for spliit2 when attempting to run in a container #151

lokesh-krishna opened this issue May 8, 2024 · 7 comments · May be fixed by #168

Comments

@lokesh-krishna
Copy link

Was following the instructions to run in a container and running npm run start-container results in the following error:

Error response from daemon: pull access denied for spliit2, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

What am I missing?

@lokesh-krishna lokesh-krishna changed the title Pull access denied for spliit2 Pull access denied for spliit2 when attempting to run in a container May 8, 2024
@actuallyrisk
Copy link

i think there is something misconfigured, i have the same problem

@xaquib666
Copy link

same issue. what is wrong?

@justcallmelarry
Copy link
Contributor

justcallmelarry commented Jul 2, 2024

It sounds like you have not run npm run build-image before running npm run start-container (as per the instructions here)

There is currently no image published anywhere (AFAIK) that you could pull

@xaquib666
Copy link

It sounds like you have not run npm run build-image before running npm run start-container (as per the instructions here)

There is currently no image published anywhere (AFAIK) that you could pull

Thanks! Now it works!

@lokesh-krishna
Copy link
Author

Tried this but I get an unknown shorthand flag: 't' in -t when I run npm run build-image

@justcallmelarry
Copy link
Contributor

Tried this but I get an unknown shorthand flag: 't' in -t when I run npm run build-image

OK, maybe you need to upgrade your docker installation or similar, not sure exactly in what verison it was added, but you can find the documentation here

@lokesh-krishna
Copy link
Author

Turns out I was missing docker-buildx. Sorry for the noise!

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

Successfully merging a pull request may close this issue.

4 participants