Skip to content
fengmk2 edited this page Mar 13, 2025 · 30 revisions

Welcome to the xprofiler wiki!

构建镜像

x64

https://hub.docker.com/r/fengmk2/xprofiler-centos8/tags

arm64

docker pull --platform=linux/arm64 centos:centos8
docker run --platform=linux/arm64 -it centos:centos8 bash

[root@06126bc6526e /]# uname -a
Linux 06126bc6526e 6.12.15-orbstack-00304-gd0ddcf70447d #60 SMP Tue Feb 18 19:55:47 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
docker run --platform=linux/arm64 -dit --name my_centos8_arm64 centos:centos8

docker exec -it my_centos8_arm64 bash

# change yum source https://www.cnblogs.com/BlueSky2021/articles/17790478.html
# install tools
yum install python3 gcc-c++ make python3-pip git -y

Clone this wiki locally