在 2016年10月5日星期三 UTC+8上午10:41:17,Anthony Alba写道: > Aside from the orchestration, is a pod equivalent to a set of containers with > shared IPC, net, PID, and volumes? > > > I.e when Kubernetes creates a pod is it doing, behind the scenes, the > equivalent of > > > docker run --name first app1 > > docker run --net container:first --ipc container:first --pid container:first > --volumes-from first app2 > > docker run --net container:first --ipc container:first --pid container:first > --volumes-from first app3 > > > where <container:id> is obtained from first, or is there more to pods than > this? > > > Thanks.
I want to share PID among container in one pod ,how to do ? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscr...@googlegroups.com. To post to this group, send email to kubernetes-users@googlegroups.com. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.