Skip to content

Instantly share code, notes, and snippets.

@Alex-of-House-Derp
Created May 20, 2022 01:28
Show Gist options
  • Save Alex-of-House-Derp/90729aee98544e549dbc8ffd8567ebce to your computer and use it in GitHub Desktop.
Save Alex-of-House-Derp/90729aee98544e549dbc8ffd8567ebce to your computer and use it in GitHub Desktop.
TRY ON ANDROID 17-5-2022

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:

❯ curl http://localhost:8080

          ##         .
    ## ## ##        ==
 ## ## ## ## ##    ===
/"""""""""""""""""\___/ ===
{                       /  ===-
\______ O           __/
 \    \         __/
  \____\_______/


Hello from Docker!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment