Skip to content

alias-dev/go-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-go

Docker

# Build the image
docker build -t go-hello .

# Run it
docker run -it --rm -p 8080:80 --env GREETING='Hello, Docker!' --name go-hello-app go-hello

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published