dpkrbe395930 2019-04-02 07:46
浏览 270
已采纳

docker-ce中containerd / runc的代码在哪里?

I am trying to debug docker (including everything, docker, dockerd, containerd, runc), and have cloned source code from github/docker/docker-ce.

Now I can locate the source code of:

  • docker (docker-cli): at components/cli
  • dockerd: at components/engine/daemon

in repo of docker-ce and successfully make them.

But I cannot find the code of containerd and runc in docker-ce repo, while there are binaries of them when make command is triggered.

So where the binaries come from?

I know there are repos of containerd and runc.

  • 写回答

1条回答 默认 最新

  • dongsheng4126335 2019-04-02 12:43
    关注

    Here's my own findings from a quick scan. The Makefile for components/engine includes various steps, including a docker build.

    The Dockerfile includes sections for containerd and runc:

    FROM base AS containerd
    RUN apt-get update && apt-get install -y btrfs-tools
    ENV INSTALL_BINARY_NAME=containerd
    COPY hack/dockerfile/install/install.sh ./install.sh
    COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
    RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME
    
    FROM runtime-dev AS runc
    ENV INSTALL_BINARY_NAME=runc
    COPY hack/dockerfile/install/install.sh ./install.sh
    COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
    RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME
    

    Then in the hack folder for the dockerfile, there are scripts to install containerd and runc.

    These scripts clone the repo and checkout specific commits from containerd and runc's upstream repos.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 提问应符合社区要求 11月27日

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵