Skip to content
OY ozgur yildiz
home writing work about
say hi →
/ writing / tags / #Docker

#Docker

4 posts tagged with this topic. ← All tags

  • Oct 31, 2024

    .dockerignore: the file that keeps node_modules out of your image.

    What .dockerignore does, why it matters for build speed and image size, and what to put in it for a typical Node.js project.

  • Oct 28, 2024

    Health checks in docker-compose: making containers wait for each other.

    How to use healthcheck and condition: service_healthy to ensure dependent containers only start after their dependencies are actually ready, not just running.

  • Oct 24, 2024

    Hot reload inside Docker: keeping development fast.

    How to get file-watching and hot module replacement working inside a Docker container using bind mounts, so you keep the benefits of containerization without losing developer speed.

  • Oct 21, 2024

    Container networking: how two containers find each other by name.

    A practical look at Docker networks, DNS resolution between containers, and why your API container can't reach 'localhost' from inside another container.

OY ozgur yildiz
GitHub LinkedIn Email RSS
© 2026 ozgur yildiz. all rights reserved.