gatsbyjs / gatsby-docker

Docker image that builds and hosts a Gatsby site
MIT License
356 stars 88 forks source link

Pull access denied for gatsby #16

Closed mrhut10 closed 5 years ago

mrhut10 commented 6 years ago

Tried to pull image and I'm getting this error,

will creating a login at docker hub fix this or do i need further permissions

thank you in advanced

''Unable to find image 'gatsby:latest' locally ddocker: Error response from daemon: pull access denied for gatsby, repository does not exist or may require 'docker login'.''

mrhut10 commented 6 years ago

For the moment i will just switch to a node:slim docker image, and install git & gatsby-cli i think it will get around the problem,, and i can come back and use this project once I hear from someone in this regard.

cusspvz commented 6 years ago

Current gatsby docker image only serves builds that were generated previously, using an NGINX server.

Unable to find image 'gatsby:latest' locally

Are you using gatsby:latest instead of gatsby/gatsby:latest ?

mrhut10 commented 6 years ago

gatsbyjs/gatsby:onbuild ?? @cusspvz and i have no experiance with NGINX server. :(

aslafy-z commented 5 years ago

I guess you are looking for something like this: https://github.com/aripalo/gatsby-docker/

cusspvz commented 5 years ago

closing issue since it's already being tracked at #11