Skip to page content

Posts tagged: Self-host

Docker: Named Volumes and Bind Mounts

When deploying Docker containers, the official docs recommends the use of named volumes over bind mounts. Yet, for many containers, the example setup configuration tends to feature bind mounts. Read more.