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

Make "Quick" start quicker #263

Merged

Conversation

stanley-cheung
Copy link
Collaborator

@stanley-cheung stanley-cheung commented Aug 25, 2018

Fixes #261

Now all the relevant docker images have been uploaded to Docker. User can now just do a pull instead of having to build the docker images to launch the example.

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

Well, pull currently is still kinda slow because the image size is pretty large. Will look into reducing that soon.

@stanley-cheung stanley-cheung merged commit f82c4f0 into grpc:master Aug 25, 2018
@stanley-cheung stanley-cheung deleted the update-docker-image-names branch August 25, 2018 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The quick Echo example isn't quick
1 participant