# Docker Anti-Patterns
Lukasz Kolko 2 min read
Common Docker mistakes and production-ready fixes.
# Docker Anti-Patterns
Common Docker mistakes and production-ready fixes.
# Caching Docker Compose Services In Github Actions
Dockerized app builds with GitHub Actions using GCR or local cache for faster builds, combining GCR's broad range and local cache's speed for efficiency.
# Painless Way To WSL 2 With Docker
WSL 2 offers a real Linux kernel, better performance, and easy Docker integration. Upgrade from WSL 1 to WSL 2 with Docker requires proper cleanup and installation steps.