News

Docker images and the Dockerfile A container image is a template by which a container will be realized at runtime. The artifact that defines a container image is a Dockerfile. A Dockerfile defines the ...
Packaging Java programs as JAR files There's nothing particularly interesting about a JAR file. At its heart, it's simply a mechanism to compress multiple files. A JAR file uses exactly the same ...