This is Hello World in Go
236
This Docker image provides a minimal "Hello World" server built with Golang. It's a quick and easy way to spin up a basic HTTP server, ideal for testing Docker setups, learning container basics, or using as a foundation for more complex Go applications.
To run this container, simply use the following command:
docker pull retroandre/go-helloworld:latest
docker run -p 8080:8080 retroandre/go-helloworld:latest
I would like you to contribute to this project. Whether it's fixing a bug, adding a new feature or improving the documentation, your help is always welcome. Please email me at [email protected] with all the details for improvement.
Content type
Image
Digest
sha256:03456fcf6…
Size
78.4 MB
Last updated
almost 2 years ago
docker pull retroandre/go-helloworld