Tag: devops
-
Ansible Playbook to dist-upgrade Debian
Simple playbook I used to upgrade my CI servers and VM's from Debian Bullseye to Debian Bookworm
Read on... -
Docker Cheat-Sheet
Just some notes for myself.
Read on... -
How to install Docker Swarm with docker-machine
How to install Docker Swarm on a Linux machine in a minute.
Read on... -
How to install Docker on CentOS with Ansible
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
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...