docker-grpc-service-tutorial

command module
v0.0.0-...-3e9bda6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2022 License: MIT Imports: 6 Imported by: 0

README

docker-grpc-service-tutorial

A tutorial that shows how to dockerize a gRPC service written in Golang.

running it

make run

using Docker

regular image build
docker build . -t docker-grpc-service-tutorial
smaller image build
docker build -f Dockerfile.multistage  . -t docker-grpc-service-tutorial
running it
docker run -p 4040:4040 docker-grpc-service-tutorial

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL