# single-dev-env **Repository Path**: huchanmilk/single-dev-env ## Basic Information - **Project Name**: single-dev-env - **Description**: docker dev env 测试 - **Primary Language**: Docker - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # single-dev-env Example used to try a single container sample of Docker Dev Environments ## Run the application You can simply use `make run` command or do it yourself with `go run main.go` Those commands will start a http server listening on port `8080` and if your request `http://localhost:8080` you'll see the following output: ```shell ❯ curl http://localhost:8080 ## . ## ## ## == ## ## ## ## ## === /"""""""""""""""""\___/ === { / ===- \______ O __/ \ \ __/ \____\_______/ Hello from Docker! ```