Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 465 Bytes

File metadata and controls

18 lines (14 loc) · 465 Bytes

Basars gRPC Docker

Docker build image for Basars gRPC servers

Building from Dockerfile

git clone https://github.com/Basars/basars-grpc-docker.git
cd basars-grpc-docker
docker build -t basars-grpc-server:1.0 .

Running built Docker image

docker run -d -p 9000:9000 --restart always --name basars-grpc basars-grpc-server:1.0

It will take several seconds until preparing gRPC server.
Go out and grab some coffee for a while. :)