Member-only story

Containers

Start Docker Journey

Docker is a tool which is widely used today. If we don’t want to be left behind, start learning and using Docker right now.

Donald Le

--

Docker helpsFrom it zero

Why Docker

Linux Containers

Linux containers, in short, contain applications in a way that keep them isolated from the host system that they run on. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. And they are designed to make it easier to provide a consistent experience as developers and system administrators move code from development environments into production in a fast and replicated way.

And importantly, many of the technologies powering container technology are open source. This means that they have a wide community of contributors, helping to foster rapid development of a wide ecosystem of related projects fitting the needs of all sorts of different organizations, big and small.

It’s all about isolation

Isolation is a core concept to so many computing patterns, resource management strategies, and general accounting practices that it is difficult to even begin compiling a list…

--

--

No responses yet