澄清与总体思路

在宿主机安装 Scratch
node -v、npm -v 验证。git clone https://github.com/LLK/scratch-gui.git),进入目录后执行 npm install 与 npm start,按提示在浏览器访问本地端口即可。在虚拟机安装 CentOS
在 Docker 中运行 CentOS
docker pull centos:7 或 docker pull centos:stream9docker run -it --name my-centos centos:7 /bin/bash常见问题与提示