<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Java on Nasty Tester</title><link>https://nastytester.com/tags/java.html</link><description>Recent content in Java on Nasty Tester</description><generator>Hugo</generator><language>en-us</language><copyright>Nasty Tester</copyright><lastBuildDate>Sun, 10 Mar 2019 18:09:28 +1300</lastBuildDate><atom:link href="https://nastytester.com/tags/java/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker: Stop using it the wrong way. Part 3.</title><link>https://nastytester.com/posts/docker-part3.html</link><pubDate>Sun, 10 Mar 2019 18:09:28 +1300</pubDate><guid>https://nastytester.com/posts/docker-part3.html</guid><description>That&amp;rsquo;s right! It&amp;rsquo;s time to look at how to build a Docker container for a Java application.
As you know, programs written in Java are compiled to byte-code which is translated by Java Virtual Machine (JVM). To make it possible to run some small application written in Java you have to have the whole Java runtime environment. Let&amp;rsquo;s create a Docker container with Java 8 and look at how we can actually reduce its size.</description></item></channel></rss>