sundaydeploys.dev — bash
  ┌─────────────────────────────────────────┐
  │                                         │
  │    ☽  S U N D A Y   D E P L O Y S  ☽    │
  │                                         │
  │         ~  code · hobbies  ~            │
  │                                         │
  └─────────────────────────────────────────┘
~/sundaydeploys $ cat welcome.txt
I'm a software engineer who spends weekdays writing code and weekends chasing my hobbies

~/tags/Devops

2 posts tagged Devops

Kaniko vs DinD: Picking the Right Container Build Tool for CI
Comparing Docker-in-Docker and Kaniko for building container images in CI, now that Google has walked away from Kaniko.
containers devops gitlab
Docker Compose Overrides
Layering compose files to keep environment configs clean, from the default override to extends and include.
docker devops