Learn how Linux containers are built from the ground up. Starting with the mount namespace and a root filesystem, see why PID, cgroup, UTS, and network namespaces naturally follow - and how this foundation makes concepts like bind mounts, volumes, and persistence in Docker or Kubernetes much easier to grasp.| iximiuz Labs
How to lovingly handcraft your own git repositories| drew.silcock.dev
Learn how to create, manage, and use volumes instead of bind mounts for persisting data generated and used by Docker.| Docker Documentation
Learn how to select the proper storage driver for your container.| Docker Documentation