grpc / grpc.github.io

The grpc.io website. (on GitHub pages)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Quickstart for Echo example is broken

annieoakley opened this issue · comments

When I try to follow the steps on https://grpc.io/docs/quickstart/web.html, $ docker-compose pull prereqs common node-server envoy commonjs-client fails for node-server:

ERROR: for node-server pull access denied for grpcweb/node-server, repository does not exist or may require 'docker login'
ERROR: pull access denied for grpcweb/node-server, repository does not exist or may require 'docker login'

I am logged in with Docker, so that is not the issue.

I believe a recent change grpc/grpc-web@3f4cc9e may have caused this.

@stanley-cheung could you please take a quick look?

Sorry I forgot to re-push the docker images after the latest release. They are pushed now. So this should work now:

$ docker-compose pull prereqs common node-server envoy commonjs-client
$ docker-compose up -d node-server envoy commonjs-client

Confirmed, it works for me now!