Docker is an open platform for building, shipping, and running distributed applications. Dockerized applications can run locally on a developer’s machine, and they can be deployed to production across ...
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 ...
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 ...
Deploying a complex Docker stack isn’t nearly as challenging as you think, at least when Portainer is your GUI of choice. Find out how easy this is with Portainer templates. When you think of ...
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 ...
A microservices application is one that is composed of a series of discrete services, which communicate with one another via an API. Microservices apps are the opposite of monolithic applications. The ...
Have you ever spent hours setting up a development environment, only to find that your application behaves differently on another machine? Or perhaps you’ve wrestled with dependency conflicts that ...
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 ...
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 ...