TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Procman: Simple gRPC single-process manager

2 点作者 bheadmaster5 个月前

1 comment

bheadmaster5 个月前
My coworker had a scenario where he needed to stop the execution of a service (inside container) from another service (inside another container) temporarily. All the methods of doing that required having access to Docker daemon socket and root&#x2F;docker group.<p>I wrote this tool that could be used as a docker entrypoint, would start the specified process, and exposed Start&#x2F;Stop&#x2F;Restart controls via gRPC.