https://github.com/dockersamples/single-dev-env
Example used to try a single container sample of Docker Dev Environments
https://github.com/dockersamples/single-dev-env
Last synced: about 1 year ago
JSON representation
Example used to try a single container sample of Docker Dev Environments
- Host: GitHub
- URL: https://github.com/dockersamples/single-dev-env
- Owner: dockersamples
- License: apache-2.0
- Created: 2021-06-21T14:48:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T03:35:41.000Z (over 1 year ago)
- Last Synced: 2025-03-28T01:08:21.990Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 88
- Watchers: 3
- Forks: 183
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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!
```