Skip to content

Yusuf-TJ/golang_docker_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Golang application with Docker

Start command

docker build -t my-golang-app . && docker run -p 8000:8000 my-golang-app

Then go to http://localhost:8000 to see the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published