- 2018-09-28 - Terraform
- 2018-09-22 - Docker Workshop
- 2018-08-30 - Continuous Integration
- 2018-08-10 - Vagrant Introduction
- 2018-08-10 - Puppet Introduction
- 2018-05-05 - Docker Workshop
- 2017-10-03 - Configuration Management
- 2017-09-02 - Introduction to Puppet
- 2017-09-02 - Puppet Administration
- 2017-04-29 - Docker Introduction
- 2017-02-22 - Docker Introduction
Docker Workhop
FOSSDay Bento Gonçalves - Bento Gonçalves - 2018/09/22
Introduction to start using Docker containers.
- Basic commands
- Dockerfile
- Containers management
- Running a CLI (Command Line Interface) “application” using PHP
- Docker Compose
Slides
Vagrant Introduction
Stefanini Solutions - Porto Alegre - 2018/08/10
- Just a Vagrant Introduction to explain how and where we will use it.
Slides
Puppet Introduction
Stefanini Solutions - Porto Alegre - 2018/08/10
- The main goal here is to present what is Puppet and what we can do to do our lives better.
Slides
Docker Workshop - FOSS Day 2018
Fossday - Lajeado - 2018/05/05
- First workshop presented about how to use Docker in a “minimum way”
- Dockerfile
- Volumes
- Docker Compose
Slides
Configuration Management
Poatek - Porto Alegre - 2017/10/03
Brief introduction of how we can use Puppet to manage things.
- Changing infrastrucure in a granular way
- Imutable environment
- What is the real motive to use configuration management
Slides
Introduction to Puppet
AGCO Canoas - Canoas - 2017/09/02
The idea is to show how we can delivery better environments using patterns and same environment reproduction, having change management with confiability.
Slides
Puppet Administration
AGCO Canoas - Canoas - 2017/09/02
In this apresentation we used the basics of “resources” statements, like packages, services and files. This apresentation was made for the infrastructure team.
Slides
Docker introduction
Tchê Linux Lajeado - Lajeado/RS - UNIVATES - 2017/04/29
Summary of the lecture
Docker changes how we create systems. Reasons for your adoption are many, but here is some good examples:
- Embedded application
- Same environments
- Patterns as best practices
- Community
With just a few commands, we can have our application online on the most biggest cloud providers, like: AWS, Google Cloud, Digital Ocean, OpenStack and many others. We have an application embedded, so the deployment is very simplified.
During the lecture, we’ll use the basic commands to manage Docker.
Slides
Docker introduction
Poatek - Porto Alegre - 2017/02/22
Summary
- Community
- Short history
- What’s Docker
- Container is NOT VM
- Why should used it
- Demo