Tag: workflow
All the articles with the tag "workflow".
-
Compose Profiles and Environment Management
Profiles for optional services, .env files for configuration, multiple compose files for overrides — managing complexity in Docker Compose without duplicating everything.
-
Docker Compose from Scratch
Services, networks, volumes, and the compose file structure — the basics of multi-container applications done right from day one.
-
Docker Init: Scaffolding Dockerfiles for Your Stack
docker init generates Dockerfiles, compose files, and .dockerignore for your project — when it saves time and when you should write your own.
-
Tagging and Pushing Images Without the Mess
Tag strategies, registry basics, and multi-arch builds — shipping Docker images with a system instead of ad-hoc names.
-
Cleaning Up Build Artifacts and Caches with git clean
How to use git clean to remove untracked files, build output, and caches from your working tree — with dry runs, exclusion patterns, and the flags that control what actually gets deleted.
-
Per-File Git Behavior with .gitattributes
How .gitattributes controls merge strategies, diff output, line endings, and export behavior on a per-file or per-pattern basis — solving whole categories of recurring git friction.