From 3633418ad0d79bc7ec943e8bb8a1d5401d165a9e Mon Sep 17 00:00:00 2001 From: Muhammad Auliya Date: Tue, 3 Dec 2019 17:14:07 +0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c5dafde..8e52a2f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,15 @@ turn [gRPCurl](https://github.com/fullstorydev/grpcurl) into web based UI, extre - Save established connection, and reuse it for next invoke/request (also can close/restart connection) ## Installation +### Docker +```shell +docker pull gusaul/grpcox:latest +``` +then run +```shell +docker run -p 6969:6969 -v {ABSOLUTE_PATH_TO_LOG}/log:/log -d gusaul/grpcox +``` + ### Docker Compose from terminal, move to grpcox directory, then run command ```shell @@ -22,6 +31,7 @@ if you have golang installed on your local machine, just run command ```shell make start ``` +from grpcox directory configure app preferences by editing `config.env` file