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

Replacing Dockerfiles with Ansible-container

Formal Metadata

Title
Replacing Dockerfiles with Ansible-container
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
Dockerfiles, while being the de factor standard for generating Dockercontainers, are also often seen as cumbersome to write and maintain due to thenature of Docker layering, subtle behaviour changes due to caches, and bestpractices who requires explicit actions to be applied. To improve thissituation while keeping the innovation of Docker, the Ansible community camewith the ansible-container project, a tool that permit to reuse the existingtrove of Ansible roles to create, build and deploy containers in productionwith a single command. This talk will present the project, explain the basics of ansible-container,show how to use it to build and deploy a complex multi-containers application.