Skip to main content

Command Palette

Search for a command to run...

How to access the real docker fs

Updated
1 min readView as Markdown

use follow command

docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh

More from this blog

NSQ(A realtime distributed messaging platform)

nsq 重要组件 nsqd 开放tcp:4150,http:4151端口与生产消费者通信,连接nsqlookup的4160端口注册,上报心跳 nsqlookupd 守护进程负责nsqd服务发现 开放http:4161,供nsqadmin和消费者查询当前nsqd列表等信息,开放tcp:4160端口给nsqd注册 nsqadmin 前端可视化页面,开放http:4171端口,连接nsqlookupd的4161端口查询数据 部署测试 docker-compose 官方配置文件没有指定端口映射,以...

Jun 23, 20222 min read

Joengtou's blog

11 posts