# k8s-demo-frontend **Repository Path**: luobogor/k8s-demo-frontend ## Basic Information - **Project Name**: k8s-demo-frontend - **Description**: k8s-demo-frontend - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-03 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Docker 启动 ```shell docker image build -t k8s-demo-frontend . # 将本地的 3001 映射到容器的 80 docker container run -p 3001:80 k8s-demo-frontend ```