Skip to content

dmertins/hello-go-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-go-docker

A Dockerized hello world Go application

The application image is published on Docker Hub: https://hub.docker.com/repository/docker/devmertins/hello-go-docker

How to use this image

To pull the image:

$ docker pull devmertins/hello-go-docker

To run the image:

$ docker run -it --rm devmertins/hello-go-docker

Running the application locally

To run the application locally (Go is required):

$ go run .

About

A Dockerized hello world Go application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published