⚡
  • HOME
  • NEWS
  • SERVICES
  • ARCHITECTURE
  • TECH STACK
  • PORTFOLIO
  • ABOUT
  • CONTACT
HOMENEWSSERVICESARCHITECTURETECH STACKPORTFOLIOABOUTCONTACT
© 2026 Miodrag Gromilić. All rights reserved.
HOMENEWSSERVICESTECH STACKPORTFOLIOCONTACTABOUTFAQs
Back to Skills

Docker

Since 2013Containerization central to my workflow

Containerization central to my workflow — every project ships as reproducible images with multi-stage builds.

Overview

Every project has a Dockerfile — multi-stage builds producing minimal Alpine-based images under 100MB. Docker Compose matches production locally. Non-root users, health checks, signal handling, layer caching optimization.

Use Cases

  • Containerization
  • local dev environments
  • CI/CD artifacts
  • microservices
  • multi-service orchestration

Advantages

  • Reproducible environments
  • isolation
  • small images with multi-stage
  • Compose for dev
  • Docker Hub ecosystem

Considerations

  • Adds complexity for simple apps
  • resource overhead
  • networking can be complex
  • image security needs scanning

Works Great With

KubernetesNginxLinuxCI/CDTerraformGCPAWS

Related Technologies

Linux
Since 1991
Kubernetes
Since 2014
Nginx
Since 2004
Apache
Since 1995
GCP
Since 2008
AWS
Since 2006
Back to Skills CONTACT