vps常用命 Administrator 2025-08-10 1 一键安装Dockercurl -fsSL https://get.docker.com | sh安装node环境curl https://get.volta.sh | bash volta install node node快速启动一个HTTP服务自动公开当前目录python3 -m http.server 8080