# docker-express-demo **Repository Path**: Mr_Dai-Project/docker-express-demo ## Basic Information - **Project Name**: docker-express-demo - **Description**: 这是一个简单的demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-09 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 构建镜像 docker build -t finleyma/express . docker login docker push finleyma/express ## 进入容器 docker run -it --rm finleyma/express:1.0 ash ## 运行 docker run -p 3000:3000 -d finleyma/express 浏览器打开 http://localhost:3000