https://github.com/glours/demo-codeurs-en-seine
https://github.com/glours/demo-codeurs-en-seine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/glours/demo-codeurs-en-seine
- Owner: glours
- License: apache-2.0
- Created: 2021-11-17T10:10:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T16:36:36.000Z (over 4 years ago)
- Last Synced: 2025-02-14T10:55:30.630Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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!
```