Using Docker Machine to provision a remote docker host A guide on how to run your docker containers on a remote host using the docker-machine tool.
Docker for Java Developers - Setting Memory and CPU Limits for your Java applications A look at memory and cpu limits when running java apps inside a container with Docker, Kubernetes, and other container orchestration frameworks
Docker for Java Developers - How the JVM runtime works in a container A brief overview of the things you should about the java runtime when running your java and kotlin apps in a docker container