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
Trimming a .NET image below 100 MB
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.
Alpine vs Debian slim vs chiseled base images
Trimming and AOT: what breaks with reflection
Runtime-deps images for self-contained publishes
Measuring layer sizes with docker history
Previous
Layer caching and why build order matters
Next
Compose networking: service names, ports, healthchecks