Gopinath, All the dependencies are in the Docker image, so if you want to get started, it could just be as easy as:
$ docker run -it grpc/go bash and take it from there (you may want to volume mount your local code - but I leave that to you) But yes - some Docker knowledge is required ;) Hope that helps! Mark On 2 November 2016 at 14:46, Gopinath Taget <[email protected]> wrote: > Hello, > > Is there any documentation/blog post or examples on how to use these > docker images to build? For instance how would I use this to build golang > apps? > > Thanks > Gopinath > > On Friday, 21 October 2016 08:38:11 UTC-7, Mark Mandel wrote: >> >> All, >> >> If you are looking for a quick way to spin up a local environment with >> all the tools you need for gRPC development, or looking for a container to >> use for CI/CD systems, the gRPC Docker images have now all been updated to >> 1.0! >> >> You can see them all on Dockerhub: >> https://hub.docker.com/u/grpc/ >> >> If you want to see the source, and/or make comments/PRs/issues/see how >> the magic happens/etc - please do so here: >> https://github.com/grpc/grpc-docker-library >> >> Hope you find it useful! >> >> Mark >> >> -- >> E: [email protected] >> T: http://www.twitter.com/neurotic >> W: www.compoundtheory.com >> >> -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/grpc-io. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/grpc-io/94fbd660-f5b2-48fe-b71f-1fd86cfc3233%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/94fbd660-f5b2-48fe-b71f-1fd86cfc3233%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com 2 Devs from Down Under Podcast http://www.2ddu.com/ -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAFiDPQcjKu0UP5V79fP9QO3eDH%3DkuCRxMefHqhq_SHXOhiZj2g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
