Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glours/demo-codeurs-en-seine


https://github.com/glours/demo-codeurs-en-seine

Last synced: 11 days ago
JSON representation

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!

```