diff --git a/user/advanced-topics/bind-dirs.md b/user/advanced-topics/bind-dirs.md index 2266d91e..c33f52e3 100644 --- a/user/advanced-topics/bind-dirs.md +++ b/user/advanced-topics/bind-dirs.md @@ -44,6 +44,14 @@ Inside the app qube. 4. Save. +> **Note**: If the directory you are trying to persist doesn't already exist in the app qube, you'll need to create the directory with its full path, under `/rw/bind-dirs`. In this case you would do: +> +> ``` +> sudo mkdir -p /rw/bind-dirs/var/lib/tor +> ``` +> +> This case happens only when the template on which this app qube is based does have this directory. + 5. Reboot the app qube. 6. Done.