/http-server

Demonstration of lightweight containers with Go and from scratch

Primary LanguageGo

simple httpd server in Go

Demonstrate how to build a lightweight Docker image based on Alpine or from scratch.

Use the Makefile to build the images:

make image # from scratch
make alpine-image