MOFAKH
.
COM
Profile
Topics
Recent
25 notes
Docker — notes
+
Topics
C#
5
.NET
4
Docker
4
SQL
4
Networking
4
System design
4
Docker — notes
Layer caching and why build order matters
Jul 15, 2026 · 6 min
Trimming a .NET image below 100 MB
outline
Compose networking: service names, ports, healthchecks
outline
Volumes vs bind mounts vs tmpfs
outline
← Back to profile
Docker
Compose networking: service names, ports, healthchecks
unwritten
—
Outline
Note to self
Not written yet. This is the outline I am working from — it will be filled in as I go through the topic.
Service names as DNS: how containers find each other
Published ports vs internal ports — what localhost means where
depends_on plus healthchecks for real startup ordering
Custom networks and isolating a database
Previous
Trimming a .NET image below 100 MB
Next
Volumes vs bind mounts vs tmpfs