Skip to content

buraksarp/go-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go web app Docker Guide

Running the container

To build container:

$ docker build -t sarp/go-app .

To run container:

$ docker run --rm -p 8080:8080 sarp/go-app

To view the Web App UI go to: http://localhost:8080/yourname

About

Simple Echo Server in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages