Skip to content

A presentation of making prod-flavored Java Container images as small as possible.

Notifications You must be signed in to change notification settings

Poeschl/Tiny-Java-Image-Presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Java Image Presentation

A presentatin about how to make an production-ready Java (> 9) Container as small as possible.

Install

For a easy installation use pip: pip install hovercraft

Usage

To host the html-presentation just run

hovercraft presentation.rst

and go to http://localhost:8000

Create PDF

To create a pdf of the presentation decktape can be used. Results are mostly flanky -> Needs more love on the css.

decktape -s 1720x1080 impress http://localhost:8000 presentation.pdf

or docker execution

docker run --rm -t --network host -v $(pwd):/slides astefanutti/decktape -s 1720x1080 impress http://localhost:8000 presentation.pdf

About

A presentation of making prod-flavored Java Container images as small as possible.

Topics

Resources

Code of conduct

Stars

Watchers

Forks