cw-sakamoto / yahw

yet another hello world.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yahw

Yet another hello world.

A simple containerized hello world service.

$ docker build --build-arg GOOS=linux --build-arg GOARCH=amd64 -t hello:amd64 .
$ docker run -d -p 8080:8080 hello:amd64
$ curl localhost:8080/hello
{"arch":"x86_64","message":"Hello, there!","os":"Linux 4.14.173-137.229.amzn2.x86_64"}

About

yet another hello world.

License:MIT No Attribution


Languages

Language:Go 49.3%Language:Makefile 30.1%Language:Dockerfile 20.6%