Managing virtual machines with Vagrant

Managing virtual machines with Vagrant

Vagrant is a tool created by HashiCorp that describes a virtual machine ruby file, using images such as Debian, Ubuntu, Arch and Fedora.

June 1, 2023 · 5 min
Strategies for Rotating Docker Logs

Strategies for Rotating Docker Logs

Docker has a logging drivers list, and the default driver is json-file with settings as max-size and max-files. However, logrotate can be used.

November 15, 2022 · 4 min
Run your first Ansible playbook

Run your first Ansible playbook

Is an IT solution focuses on automation, configuration management, application deployment and orchestration. Without an agent on the server

November 3, 2022 · 4 min