gpt4 book ai didi

docker - 如何在 LinuxKit (Mac 版 Docker) 中运行 perf?

转载 作者:行者123 更新时间:2023-12-02 18:27:50 25 4
gpt4 key购买 nike

我有适用于 Mac 的 Docker,其内核版本为 4.9.125-linuxkit

perf 在主机上不可用。我尝试将其安装在我的 Ubuntu 容器之一上,但无法获取 4.9.125 内核的版本控制 linux-tools 软件包。所以当我尝试运行 perf 时,我只是得到

警告:找不到内核 4.9.125 的性能

有没有办法在我的 LinuxKit/Hyperkit 主机上运行 perf,如果可以,如何运行?

最佳答案

创建图像

docker build -t myubuntu - <<EOF 
FROM ubuntu
RUN apt-get update && apt-get install -y linux-tools-common linux-tools-generic gcc wget vim
RUN ln -fs /usr/lib/linux-tools/*/perf /usr/bin/perf
EOF

然后运行:docker run --cap-add SYS_ADMIN -it myubuntu/bin/bash

关于docker - 如何在 LinuxKit (Mac 版 Docker) 中运行 perf?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57121688/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com