Sign inSign up

ikrong/mini-http:beta

Multi-platform
Networking
Internet of things
Web servers
Index digest

sha256:4e80e54b90bb97b00b20cd77845ba04b0f1f96034898de598deb419d4413a59a

OS/ARCH

Compressed size

1.87 MB

Last pushed

almost 2 years by ikrong

Type

Image

Manifest digest

sha256:6ddf8a8bb8dabe27b024db333a404f11d5d0ed54bef0e368c7e5f3c68a718fba

Image Layers

1LABEL maintainer=ikrong <[email protected]> org.opencontainers.image.authors=ikrong <[email protected]>0 B
2WORKDIR /www92 B
3COPY ./assets/index.html /www/index.html # buildkit325 B
4COPY ./assets/404.html /404.html # buildkit101 B
5COPY /app/serve /usr/bin/serve # buildkit1.87 MB
6EXPOSE map[443/tcp:{} 80/tcp:{}]0 B
7ENTRYPOINT ["serve"]0 B
8HEALTHCHECK &{["CMD" "serve" "get" "http://localhost"]0 B
9CMD ["--port" "80"]0 B

Command

LABEL maintainer=ikrong <[email protected]> org.opencontainers.image.authors=ikrong <[email protected]> org.opencontainers.image.source=https://github.com/ikrong/mini-http org.opencontainers.image.description=A minimal static server org.opencontainers.image.license=MIT