# DockerHelloWorld **Repository Path**: wenfengSAT/docker-hello-world ## Basic Information - **Project Name**: DockerHelloWorld - **Description**: 测试云效C++编译 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-13 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## Prerequites 1. Install Docker 2. Clone this repo 3. cd into the working directory ## How to Run Docker Image 1. docker build -t hello:v1 . 2. docker run hello:v1