摘要: # 进入容器 docker exec -it <container_name> bash # 安装 Node.js apt update apt install -y curl curl -fsSL https://deb.nodesource.com/setup_18.x | bash - apt 阅读全文
posted @ 2025-04-18 15:25 HookDing 阅读(82) 评论(0) 推荐(0)