From f3e2ef550806097db09a387df6f4ee27884dc6e0 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Tue, 15 Oct 2019 10:46:44 +0200 Subject: [PATCH] link faq to example --- docs/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 2ff264ab..5f4835dc 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,4 +1,5 @@ # FAQ / Nice to know - As [@jaredallard](https://github.com/jaredallard) [pointed out](https://github.com/rancher/k3d/pull/48), people running `k3d` on a system with **btrfs**, may need to mount `/dev/mapper` into the nodes for the setup to work. - - This will do: `k3d create -v /dev/mapper:/dev/mapper` \ No newline at end of file + - This will do: `k3d create -v /dev/mapper:/dev/mapper` + - An additional solution proposed by [@zer0def](https://github.com/zer0def) can be found in the [examples section](examples.md) (_Running on filesystems k3s doesn't like (btrfs, tmpfs, …)_)