Rancher 支持 ipc=host 参数吗
Rancher
v1.0.0
Cattle: v0.159.2
UI: v0.100.3
|我发现我配置里面的 ipc=host 被 rancher 给忽略了
original config
yaml
xxx:
restart: always
image: "xxx"
ipc: host
ports:
- 8002:3000
rancher parsed config
yaml
xxx:
ports:
- 8002:3000/tcp
image: xxx
0 个回复