Tagged: Docker

Mesos Logo 0

Apache Mesos: meet the data-center kernel

Apache Mesos, most of the times just called Mesos, is an open source cluster manager with an ambitious objective: to let you “Program against your datacenter like it’s a single pool of resources“. Let’s take a...

Docker Logo 0

A comprehensive guide to Docker Networking

Networking is hard. When physical networking evolved in virtual networking things became even harder if you hadn’t strong networking fundamentals. When containers stepped into the game, container networking was sure to show up and prove even...

Docker Logo 4

How to Docker on Raspberry PI (Raspbian)

If you like tinkering with Docker and have a Raspberry PI available, you’re in luck! You can now install Docker on your RPI without messing with complicated stuff, fire up a terminal and follow this tutorial.

Docker Logo 0

What is Docker Swarm?

Docker Swarm is the native solution to create, define, monitor and maintain Docker clusters. When stepping the boundaries of single-server and multi-container applications Docker Swarm is the right tool for the job. Discover what Docker Swarm...

Rancher Logo 3

What is Rancher? Containers in the age of Cattle

If you haven’t been in the container game for a long time, chances are you’ve never heard of Rancher a software platform for your container needs. Back in the early days of container orchestration Rancher got...

Docker Logo 0

Docker compose: what is it? How can you use it?

Docker compose (also called docker-compose) is a tool for designing and running multi-container applications. Following Docker‘s one application per container it is difficult to create or to containerize applications that have multiple components or servers. Thanks...

Kubernetes Logo 1

What is Kubernetes?

Kubernetes is an orchestration tool that provides many important features like: scaling, scheduling, self-healing, load balancing, cluster management and monitoring to a container solution, usually Docker. “What th-?” If you’re about to say that, this is...

Fedora Logo 0

Fedora 26 new features: Boltron server, LxQT spin, and more

Fedora is the fast-paced bleeding-edge distribution of Red Hat. Fedora 26 is the first release of 2017 the other being Fedora 27. Let’s discover what lies in the future of this popular Linux distribution especially among...