Skip to content

Tag: devops

All the articles with the tag "devops".

Multi-Platform Docker Builds with buildx

Multi-Platform Docker Builds with buildx

· Updated:

Build ARM64 and AMD64 images from one machine using Docker buildx. Setup, syntax, pushing multi-arch manifests, and when you actually need it.

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.