spliit icon indicating copy to clipboard operation
spliit copied to clipboard

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

Open lokesh-krishna opened this issue 1 year ago • 6 comments

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 avatar May 08 '24 14:05 lokesh-krishna

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

actuallyrisk avatar May 11 '24 14:05 actuallyrisk

same issue. what is wrong?

xaquib666 avatar Jun 02 '24 07:06 xaquib666

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

justcallmelarry avatar Jul 02 '24 18:07 justcallmelarry

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!

xaquib666 avatar Jul 03 '24 11:07 xaquib666

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

lokesh-krishna avatar Jul 03 '24 16:07 lokesh-krishna

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

justcallmelarry avatar Jul 05 '24 15:07 justcallmelarry

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

lokesh-krishna avatar Oct 03 '24 05:10 lokesh-krishna