下面镜像
docker pull node
运行容器
docker run -itd --name mynode node
进入容器 docker exec -it node-test /bin/bash
执行测试命令
node -v