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
Volumes vs bind mounts vs tmpfs
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.
Named volumes: lifecycle, backup, ownership
Bind mounts for local development and the permission problems
tmpfs for secrets and scratch space
Why an anonymous volume keeps resurrecting old data
Previous
Compose networking: service names, ports, healthchecks
Next
End of this topic