diff --git a/src/data/roadmaps/docker/content/101-underlying-technologies/102-union-filesystems.md b/src/data/roadmaps/docker/content/101-underlying-technologies/102-union-filesystems.md index 2c43fe267..1c0a7c0b2 100644 --- a/src/data/roadmaps/docker/content/101-underlying-technologies/102-union-filesystems.md +++ b/src/data/roadmaps/docker/content/101-underlying-technologies/102-union-filesystems.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: -- [@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. \ No newline at end of file +- [@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 diff --git a/src/data/roadmaps/docker/content/102-installation-setup/index.md b/src/data/roadmaps/docker/content/102-installation-setup/index.md index 91c61d2f7..d6157ab98 100644 --- a/src/data/roadmaps/docker/content/102-installation-setup/index.md +++ b/src/data/roadmaps/docker/content/102-installation-setup/index.md @@ -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/). \ No newline at end of file +- [@official@Docker Desktop website](https://www.docker.com/products/docker-desktop) +- [@article@Docker Engine](https://docs.docker.com/engine/install/) diff --git a/src/data/roadmaps/docker/content/104-data-persistence/102-bind-mounts.md b/src/data/roadmaps/docker/content/104-data-persistence/102-bind-mounts.md index ab71524eb..2e8ace77c 100644 --- a/src/data/roadmaps/docker/content/104-data-persistence/102-bind-mounts.md +++ b/src/data/roadmaps/docker/content/104-data-persistence/102-bind-mounts.md @@ -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/). \ No newline at end of file +- [@article@Docker Bind Mounts](https://docs.docker.com/storage/bind-mounts/)