ShevaXu / hello-docker

Demo of minimal Golang Docker app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo for build a minimal Golang Docker image and run it

Prerequisites

Commands

make image

docker run -d -p 8080:8080 demo/hello

Updates

License

MIT

About

Demo of minimal Golang Docker app


Languages

Language:Makefile 54.7%Language:Go 45.3%