Articles with tag devops

Ansible Playbook to dist-upgrade Debian

Published:

Simple playbook I used to upgrade my CI servers and VM's from Debian Bullseye to Debian Bookworm

Read on...

Docker Cheat-Sheet

Published:

Read on...

How to install Docker Swarm with docker-machine

Published:

How to install Docker Swarm on a Linux machine in a minute.

Read on...

How to install Docker on CentOS with Ansible

Published:

A very naive Ansible Playbook to install Docker and Docker Compose on CentOS.

Read on...

How to share a private docker image or container securely

Published:

Some times it's required to copy a docker container between machines, or even developers. One option is to use a hosted repository and pay some money for this opportunity. Another option is to use a machine that has a reachable IP address and Docker to run a private and secure Docker Registry.

Read on...