mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 21:11:44 +02:00
Update content formatting (#6967)
* Removed full-stops from Installation / Setup pane * Removed full-stop from Bind mounts * Removed full-stops from Union Filesystems pane
This commit is contained in:
@@ -16,7 +16,7 @@ These are some of the essential features of union filesystems:
|
||||
|
||||
Docker supports multiple union filesystems that facilitate building and managing containers. Some of the popular options include:
|
||||
|
||||
- [@article@**AUFS (Advanced Multi-Layered Unification Filesystem)**](http://aufs.sourceforge.net/): AUFS is widely used as a Docker storage driver, enabling efficient management of multiple layers.
|
||||
- [@article@**OverlayFS (Overlay Filesystem)**](https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html): OverlayFS is another union filesystem supported by Docker. It uses a simplified approach compared to AUFS to create and manage overlayed directories.
|
||||
- [@article@**Btrfs (B-Tree Filesystem)**](https://btrfs.wiki.kernel.org/index.php/Main_Page): Btrfs, a modern file system, offers compatibility with union filesystems in addition to advanced storage features like snapshots and checksumming.
|
||||
- [@article@**ZFS (Z File System)**](https://zfsonlinux.org/): ZFS is a high-capacity and robust storage platform that provides union filesystem features along with data protection, compression, and deduplication.
|
||||
- [@article@**AUFS (Advanced Multi-Layered Unification Filesystem)**](http://aufs.sourceforge.net/): AUFS is widely used as a Docker storage driver, enabling efficient management of multiple layers
|
||||
- [@article@**OverlayFS (Overlay Filesystem)**](https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html): OverlayFS is another union filesystem supported by Docker. It uses a simplified approach compared to AUFS to create and manage overlayed directories
|
||||
- [@article@**Btrfs (B-Tree Filesystem)**](https://btrfs.wiki.kernel.org/index.php/Main_Page): Btrfs, a modern file system, offers compatibility with union filesystems in addition to advanced storage features like snapshots and checksumming
|
||||
- [@article@**ZFS (Z File System)**](https://zfsonlinux.org/): ZFS is a high-capacity and robust storage platform that provides union filesystem features along with data protection, compression, and deduplication
|
||||
|
@@ -2,5 +2,5 @@
|
||||
|
||||
Docker provides a desktop application called **Docker Desktop** that simplifies the installation and setup process. There is also another option to install using the **Docker Engine**.
|
||||
|
||||
- [@official@Docker Desktop website](https://www.docker.com/products/docker-desktop).
|
||||
- [@article@Docker Engine](https://docs.docker.com/engine/install/).
|
||||
- [@official@Docker Desktop website](https://www.docker.com/products/docker-desktop)
|
||||
- [@article@Docker Engine](https://docs.docker.com/engine/install/)
|
||||
|
@@ -6,4 +6,4 @@ The file or directory does not need to exist on the Docker host already. It is c
|
||||
|
||||
Learn more about bind mounts here:
|
||||
|
||||
- [@article@Docker Bind Mounts](https://docs.docker.com/storage/bind-mounts/).
|
||||
- [@article@Docker Bind Mounts](https://docs.docker.com/storage/bind-mounts/)
|
||||
|
Reference in New Issue
Block a user