运行 C++ Linux 容器内的程序(包含 TCP IP 代码)。
我正在使用 LXC(LinuX 容器)模拟分布式系统。我知道有一个配置文件,我在其中指定主机名等所有内容,然后我可以启动容器。但是我如何在该容器中运行我的代码。步骤是什么?
我想做的事情:
我需要创建多个使用容器相互交互的容器。我还需要编写一个“主”容器,它将保留容器内运行的各种进程的选项卡,并维护正在发生的进程间通信消息的表。
I am in the process of simulating a distributed system using LXC (LinuX Containers). I understand that there is a config file where i specify all the things like hostname etc. then i can start a container. But how do I run my code in that container. What are the steps?
What I am trying to do:
I need to create multiple containers interacting with each other using containers. I also need to write a 'master' container which will keep a tab on the various processes that are running inside the containers and also maintain a table of the interprocess communication messages that are happening ..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将地址附加到容器后,该地址可用于网络。
After attaching a address to the container, that address can be used for networking.