Skip to content

Tag: devops

All the articles with the tag "devops".

Docker Compose useful commands

Docker Compose useful commands

· Updated:

The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.

Docker Volume Mounts: Essential Flags

Docker Volume Mounts: Essential Flags

· Updated:

The -v and --mount flags for Docker volumes explained — bind mounts vs named volumes, read-only, propagation, and tmpfs options.

Install & use Doxygen via Docker

Install & use Doxygen via Docker

· Updated:

Generate code documentation with Doxygen without installing it — run it from a Docker container and get HTML docs from any codebase.

Automating Docker via Ansible

Automating Docker via Ansible

· Updated:

Automate Docker container deployment with shell scripts, cron, and Ansible — stop SSHing in and restarting things by hand.