Personal blog powered by a passion for technology.
· 2 min read

Speeding up Ruby on Rails in docker

Speeding up Ruby on Rails in docker Bundle package will create a cached copy, so bundler in docker will not fetch all dependencies all the time. bundle package Create separate bundler data volume to …

Read more →
· 1 min read

Useful Kubernetes tools and tips

Unlike docker-compose sometimes kubectl provides you better tooling for docker container access. Let me share with you my useful findings. With port-forward, you can easily connect to pods service and …

Read more →
· 1 min read

Why is my dev docker container so slow on macOS?

TLDR: because of the networking layer and how docker volumes implemented.

Read more →