Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 316 Bytes

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