Pull access denied for spliit2 when attempting to run in a container
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?
i think there is something misconfigured, i have the same problem
same issue. what is wrong?
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
It sounds like you have not run
npm run build-imagebefore runningnpm run start-container(as per the instructions here)There is currently no image published anywhere (AFAIK) that you could pull
Thanks! Now it works!
Tried this but I get an unknown shorthand flag: 't' in -t when I run npm run build-image
Tried this but I get an
unknown shorthand flag: 't' in -twhen I runnpm 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
Turns out I was missing docker-buildx. Sorry for the noise!