1
0
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:
Shyam Venkatesh
2024-09-03 04:48:10 +05:30
committed by GitHub
parent bbbc9b587d
commit 319a215666
3 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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/)

View File

@@ -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/)