Tagged: Docker

Docker Logo 1

A comprehensive guide to Docker Volumes

In the world of containers, and especially in Docker, data persistence is an important topic. Docker containers are ephemeral by nature and storing data inside a container is a really bad idea. To achieve data persistence...

Containers in the wild 0

Containers: What are they and why do you need them?

Virtual machines revolutionised pretty much the industry at the time of their inception. Today another huge revolution is happening in the IT: containers. Many are speaking of it, but as any buzz-word, it can be difficult...

Fedora 23 Logo 5

Fedora 24 new features: Docker, Origin and more!

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

Fedora 23 Logo 0

Fedora 23 changes (now with GNOME 3.18)

Fedora 23 is the next in line for release this month, after OpenStack Liberty, Ubuntu 15.10 here comes the next release of Red Hat’s “desktop” distribution.

The OpenStack logo 0

What’s new in OpenStack Liberty

Liberty is the name chosen by the OpenStack team for the 12th release which is due on 15th October 2015: tomorrow. Let’s take a look at the major changes and new features that will be featured...

Docker Logo 0

Docker Basics

In this article I will show you how you can move your very first steps in the container world using Docker. Docker has many features that can help resolve different problems, today it is mostly used...

containers 0

Docker what is it and how to get started

Containers are one of the most observed technologies lately, with high performance, great functionalities and higher scalability than VMs; they promise much but they’re still a somewhat untested technology. Yet times are coming close and many brave...