What work does the process in container “gcr.io/google_containers/pause:0.8.0” do?

前端 未结 3 1563
醉话见心
醉话见心 2020-12-02 17:10

I have known clearly about the usage of the docker option --net=container:NAME_or_ID, I also have read the source code of kubernetes about how to configure the

3条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-02 17:34

    The Dockerfile is here: it just adds pause binary to an empty container.

    The pause code is here: it just waits until it receives SIGINT or SIGTERM.

提交回复
热议问题