运行 C++ Linux 容器内的程序(包含 TCP IP 代码)。

发布于 2024-12-14 03:25:55 字数 204 浏览 3 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别把无礼当个性 2024-12-21 03:25:55

将地址附加到容器后,该地址可用于网络。

After attaching a address to the container, that address can be used for networking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文