Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 437 Bytes

Simple HTTP Service

Simple HTTP server written on bash

Using

docker run -it --rm -p 8080:8080 ghcr.io/vladtara/simplehttp:latest
docker run -it --rm -p 8080:8080 glapss/simplehttp:latest

Command arg

default Simple HTTP server is listen 8080, but you can change that:

docker run -it --rm -p 8080:8888 ghcr.io/vladtara/simplehttp:latest 8888

Build versions

  • amd64
  • arm64/v8
  • arm/v7