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

Containers in Pure Perl

Formale Metadaten

Titel
Containers in Pure Perl
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen 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.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
This will be a practical talk showing you how you can containerize/sandboxyour applications without resorting to either LXC or Docker. You will learnhow to use the combination of chroot, Linux::Unshare and Linux::Prctl tocreate simple yet powerful isolation for your applications. Finally you willalso see how to enter in LXC/Docker containers without resorting to externalapplications. The main goal is to show you the steps you have to follow inorder to make sure you build a good isolation.