A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Jack Wallen walks you through the process of deploying the Redmine project management tool with the help of Docker Compose. Redmine is an open-source project management platform you can install on ...
Take advantage of Docker to ease Java development. Learn how to update a running Java codebase (without restarting the container) and to debug into a remotely running containerized Java app. The ...
As software development teams get larger, application packaging and deployment tasks become much harder. Handwritten scripts and low-level JDK utility calls just don't scale as teams grow, which is ...
Jack Wallen shows you how to deploy a Docker container with the help of Microsoft VS Code. VS Code is one of the most popular open-source IDEs on the planet. It can work with a large number of ...
If you’ve kept up with the latest trends in software development, there are two terms you’ve undoubtedly encountered again and again: Docker and Kubernetes, which are essentially shorthand for ...
Take on "dependency hell" with Docker containers, the lightweight and nimble cousin of VMs. Learn how Docker makes applications portable and isolated by packaging them in containers based on LXC ...
Right from day one, the standard format for packaging Java programs was the Java ARchive, or JAR file for short. There's nothing particularly interesting about a JAR file. At its heart, it's simply a ...