Skip to content

qorbani/docker-golang-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker: qorbani/golang-hello-world

Simple Golang service that returns "Hello World!".

How to run it

docker run -d -p 80:80 -e PORT=80 --name=hello-world qorbani/golang-hello-world

How to build it

# To build
make clean build

# To Run
make clean run

# To push
make push

About

Simple container with Golang service that returns "Hello World!"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published