Update content formatting (#6967)

* Removed full-stops from Installation / Setup pane

* Removed full-stop from Bind mounts

* Removed full-stops from Union Filesystems pane
pull/6972/head
Shyam Venkatesh 3 months ago committed by GitHub
parent bbbc9b587d
commit 319a215666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/docker/content/101-underlying-technologies/102-union-filesystems.md
  2. 4
      src/data/roadmaps/docker/content/102-installation-setup/index.md
  3. 2
      src/data/roadmaps/docker/content/104-data-persistence/102-bind-mounts.md

@ -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: 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@**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@**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@**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@**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**. 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). - [@official@Docker Desktop website](https://www.docker.com/products/docker-desktop)
- [@article@Docker Engine](https://docs.docker.com/engine/install/). - [@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: 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/)

Loading…
Cancel
Save