2024-11-07 11:11:44 +01:00
2024-11-07 11:11:44 +01:00
2024-11-07 11:11:44 +01:00
2024-11-07 11:11:44 +01:00
2024-11-07 11:11:44 +01:00
2024-11-07 11:11:44 +01:00
2024-11-07 11:11:44 +01:00

http-200

Simple http C server that always responds 200 to all http requests. Resulting in docker image size smaller than 40 kB (or 3 kB compressed).

build

gcc -o server server.c

or using make

make

run

./server

or

make run

docker

build using docker with

docker build -t http-200 .

publish (multi-arch) using

make docker-publish
Description
No description provided
Readme MIT 29 KiB
Languages
C 67.1%
Makefile 29.5%
Dockerfile 3.4%