Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glours/demo-codeurs-en-seine
https://github.com/glours/demo-codeurs-en-seine
Last synced: 11 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T16:36:36.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T19:46:18.549Z (29 days 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!
```