# DockerHelloWorld **Repository Path**: liqinglucky/DockerHelloWorld ## Basic Information - **Project Name**: DockerHelloWorld - **Description**: Dockerfile that compiles C++ into a Hello, world! 极简编译一个docker,启动docker后跑一个hello world程序。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/RussellSnelgrove/DockerHelloWorld - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-17 - **Last Updated**: 2024-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Docker, Cpp ## 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