Sign inSign up

hanselopez/go-webapp-sample

By hanselopez

Updated over 2 years ago

Sample Go web app demonstrating a simple web service. Docker image for easy deployment.

Image
Languages & frameworks
Developer tools
Web servers
0

118

hanselopez/go-webapp-sample repository overview

The Go Web App Sample is designed to showcase a simple web service built using Go. It includes basic endpoints for demonstration purposes. This image is suitable for learning Go web development and can be used as a starting point for more complex applications.

Usage Instructions:

  1. Pull the Docker image: docker pull hanselopez/go-webapp-sample:latest
  2. Run the Docker container: docker run -d -p 8080:8080 hanselopez/go-webapp-sample:latest
  3. Access the web application at: http://localhost:8080

Features:

  • Simple web service implementation
  • Ready to deploy Docker image
  • Easy to extend and customize

Tag summary

Content type

Image

Digest

sha256:2617ee114

Size

527.7 MB

Last updated

over 2 years ago

docker pull hanselopez/go-webapp-sample