Giter Site home page Giter Site logo

Comments (5)

theoneLee avatar theoneLee commented on May 26, 2024

自己写的脚本如下,其他均没改动。

docker rm -f rpcx_client_demo rpcx_server_demo

docker rmi -f smallnest/rpcx_client_demo:1.0 smallnest/rpcx_server_demo:1.0



make linux-bin -C ./client/
make image -C ./client/

make linux-bin -C .
make image -C .

docker run \
 -d \
 -p 8972:8972 \
 --name rpcx_server_demo \
 smallnest/rpcx_server_demo:1.0

docker run \
 -d \
 --name rpcx_client_demo \
 smallnest/rpcx_client_demo:1.0

from rpcx-examples.

theoneLee avatar theoneLee commented on May 26, 2024

smallnest/rpcx#462 (comment)

from rpcx-examples.

theoneLee avatar theoneLee commented on May 26, 2024

@smallnest 求解答。

from rpcx-examples.

theoneLee avatar theoneLee commented on May 26, 2024

自己重新部署,重新跑一遍。可以跑通了。
smallnest/rpcx#462 (comment)
这个是根本原因。

from rpcx-examples.

theoneLee avatar theoneLee commented on May 26, 2024

host.docker.internal:8972 表示运行docker的宿主机的ip:8972端口

from rpcx-examples.

Related Issues (20)

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.