Simple HTTP Server is written in C. Utilize fork and semaphore to handle multi-client connections.
9.9K
Serv is a simple HTTP server written in C.
The image is built based on the Alpine Linux image.
To use this image, pull it from Docker Hub:
docker pull muhammadfajritif/serv:<tag>
Example:
docker pull muhammadfajritif/serv:latest
Run the image using the following command:
docker run -p 8080:8080 muhammadfajritif/serv
To run Serv with different ports by specifying the PORT_NUMBER environment variable.
Example:
docker run -e PORT_NUMBER=6969 -p 6969:6969 my-c-project
Content type
Image
Digest
sha256:4890d53f5…
Size
3.6 MB
Last updated
over 1 year ago
docker pull muhammadfajritif/serv