Sign inSign up

ameddeb/website

By ameddeb

•Updated about 1 year ago

A. Meddeb website as a very lightweight container. For demonstration purpose.

Image
Web servers
0

535

ameddeb/website repository overview

My personal website as a very lightweight image container: 70Mb.

For demonstration purpose how build an as lightweight as possible container serving static website. It uses a custom HTTP server written in Java and runs without a JVM!

  • Image base Alpine linux: A lightweight high secured Linux image
  • No HTTP server installed: we use a custom HTTP server written in plain Java code without any third-party library
  • No JRE installed: The final written HTTP server is transformed in native executable format that doesn't need JRE

Try It, execute:

docker run -d --rm --name website -p 8080:8080 ameddeb/website

And then point your browser to: http://localhost:8080⁠

Tag summary

Content type

Image

Digest

sha256:3bbfa9475…

Size

24.7 MB

Last updated

about 1 year ago

docker pull ameddeb/website