GithubHelp home page GithubHelp logo

client fails to run inside docker about grpc-tls HOT 1 OPEN

nleiva avatar nleiva commented on September 15, 2024
client fails to run inside docker

from grpc-tls.

Comments (1)

mipnw avatar mipnw commented on September 15, 2024

The following needs to be added to the final image in client/Dockerfile

ARG host
ARG port
ENV PORT=$port
ENV HOST=$host

to fix that issue. We also need to add the root CA certificate to the final image

COPY ./ca.cert /

So "-mode 3" will work.

Also the make run-docker-client target needs to be fixed, there seems to be a problem with the -id command line argument because

$ make run-docker-client 
docker run -t --rm --name my-client -e 1 client
invalid value "$ID" for flag -id: parse error

Instead one can start the client in docker manually, bypassing make

docker run -it --rm --name my-client client ./cli -id 1 -file ./ca.cert -mode 3

But this errors with

2020/09/17 18:31:26 Server says: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [EDITED]: i/o timeout"

This is after having edited the certificate.conf to set the CN to grpc.nleiva.com

from grpc-tls.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.