Skip to content

simplest docker image example to build and run go code inside a container

Notifications You must be signed in to change notification settings

gauravsinhasf/dockerBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple hello world docker image build with golang.

Build an image $ docker build -t my-golang-app .

Run the app inside the image $ docker run -it --rm --name my-running-app my-golang-app

About

simplest docker image example to build and run go code inside a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages