We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Docker is the future of shipping our code

Formale Metadaten

Titel
Docker is the future of shipping our code
Serientitel
Anzahl der Teile
170
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
"Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at scale, in production, on VMs, bare metal, OpenStack clusters, public clouds and more." This talk will demonstrate how docker can be used for developers in order to create a container based architecture. This will allow them to be able to upgrade individual pieces of their system (e.g. webserver, database, file system) without having to change the entire application serverContainer based deployment is a great way to move into an environment of immutable infrastructure. This is a newer thought process that means we do not change our systems in production. Instead, we deploy entire new versions of the system. This is a another tool that will help us move towards continuous deliveryDuring the session, Paul will demonstrate how some sample applications (ruby, ASP.NET, clojure and node.js) can be deployed to run on docker containers.