排序
Java and Docker – Memory and CPU Limits
Java and Docker - Memory and CPU Limits,This article originated on zsiegel.com For many years java developers have gotten used to tweaking their code and the JVM flags to gain both...
How to deploy Java apps in Docker
How to deploy Java apps in Docker,This article originated on zsiegel.com Many java developers are familiar with deploying java applications via jar files and application containers...
Docker in JUnit tests
Docker in JUnit tests, Unit testing in Java is made simple by libraries such as JUnit and e.g. Mockito, but there’s not the same panacea for integration testing. Alongside your mo...
How to make performant Docker images
How to make performant Docker images, 原文链接:How to make performant Docker images
Spring Boot Thin Launcher and Docker
Spring Boot Thin Launcher and Docker, Spring Boot Thin Launcher Yesterday, I played with the Spring Boot Startup Bench. Started enjoying spring-boot-startup-bench Mitz ・ Oct...
Containerising a Spring Data Cassandra application
Containerising a Spring Data Cassandra application,I’m continuing my journey of learning Docker. I am still keeping it simple at this point. This time around, I am going to tackle...
Playing With Apache Storm On Docker – Like A Boss
Playing With Apache Storm On Docker - Like A Boss,This article is not the ultimate guide to Storm nor is it meant to be. Storm's pretty huge, and just one long-read probably can't ...
Dockerizing Java 10 Spring Boot app
Dockerizing Java 10 Spring Boot app,In my previous article I’ve been talking about using Java 10 to build and run your Spring Boot app. Now it is time to talk how to put it in Doc...