Docker

Blog posts tagged with Docker
Dockers 2nd holiday in Berlin

Dockers 2nd holiday in Berlin

25/03/2015
Docker is currently one of the most spoken about tech projects right now and it's hard to believe that it's only two years old. As part of the celebrations, the Docker team decided to host more than a dozen open-source-a-thon parties around the World. Not only to help people learn how to contribute to the project, but also donating $50 for every contribution to the Oceanic Society.
About Ship at Docker

About Ship at Docker

04/05/2017
I have been a Docker fan since almost day 1, working for a company that packaged its project to work in containers early-on, writing many blog posts on usage and related tooling, attending meetups here in Berlin and contributing to two code sprints as a mentor. Late last year I gave a talk at LinuxCon in Berlin to see Solomon Hykes (Founder) sat in the front row, a nerve-racking delight.
Docker Monitoring - 5 Methods for Monitoring Java Applications in Docker

Docker Monitoring - 5 Methods for Monitoring Java Applications in Docker

28/06/2017
Running applications in containers is an increasingly popular way of maintaining large, distributed stacks that change based on demand. The Java VM heritage makes it an ideal language for container-based infrastructures. With many moving parts and components, monitoring Java applications in containers requires planning and choosing the right tools to monitor the aspects that matter to you.
The Benefits of Containerization

The Benefits of Containerization

24/04/2020
Breaking applications into smaller coupled components like microservices, and running each of those components in containers often go hand in hand. These modern application architecture principles have allowed many businesses and software projects to make regular and rapid changes to running software and scale them to suit changes in demand and approach. In this article, we breakdown what a container is, and the direct benefits they bring to your developer teams and business.
5 Docker Desktop Alternatives

5 Docker Desktop Alternatives

28/12/2022
For Windows and macOS users, Docker Desktop has been the main way to use Docker containers for many years. While it remains a viable and usable option for hobbyists and small development teams, recent pricing changes for larger user bases sent people looking for alternatives. I am not looking to replace Docker Desktop myself, but I was interested in trying the alternatives and seeing how they compared.
An Introduction to Docker for Mac

An Introduction to Docker for Mac

21/07/2016
Recently out of private beta, Docker's new native applications aim to replace the current methods for running Docker on Windows and Mac, creating a better experience for developers using those platforms. For the previous solution, Docker Toolbox used VirtualBox to create a small Linux virtual machine that hosted your images and containers. It worked pretty well but could be unreliable at times and required workarounds that sometimes resulted in unexpected outcomes or not working at all.