Sample Go web app demonstrating a simple web service. Docker image for easy deployment.
118
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:
docker pull hanselopez/go-webapp-sample:latestdocker run -d -p 8080:8080 hanselopez/go-webapp-sample:latesthttp://localhost:8080Features:
Content type
Image
Digest
sha256:2617ee114…
Size
527.7 MB
Last updated
over 2 years ago
docker pull hanselopez/go-webapp-sample