From 84f71088cf66d2d0a1ccb90d0f76c48d38840203 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 19 Sep 2018 12:39:25 +0200 Subject: [PATCH] [DOC] 1.x ZFS instructions - Add zfsonlinux link --- content/os/v1.x/en/installation/storage/using-zfs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/v1.x/en/installation/storage/using-zfs/_index.md b/content/os/v1.x/en/installation/storage/using-zfs/_index.md index e835dff1ad8..494bf53f017 100644 --- a/content/os/v1.x/en/installation/storage/using-zfs/_index.md +++ b/content/os/v1.x/en/installation/storage/using-zfs/_index.md @@ -5,7 +5,7 @@ weight: 162 #### Installing the ZFS service -The `zfs` service will install the kernel-headers for your kernel (if you build your own kernel, you'll need to replicate this service), and then download the [ZFS on Linux]() source, and build and install it. Then it will build a `zfs-tools` image that will be used to give you access to the zfs tools. +The `zfs` service will install the kernel-headers for your kernel (if you build your own kernel, you'll need to replicate this service), and then download the [ZFS on Linux](https://zfsonlinux.org/) source, and build and install it. Then it will build a `zfs-tools` image that will be used to give you access to the zfs tools. The only restriction is that you must mount your zpool into `/mnt`, as this is the only shared mount directory that will be accessible throughout the system-docker managed containers (including the console).