From 12e1bb8b6d4217ba0a5bf2014f9662f2dfee1c5a Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Mon, 3 Jul 2023 15:05:45 +1000 Subject: [PATCH] 0.1.19 Update README 6a and 6b with mounts parameter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b466e3..d7d953b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Configure the registry URL and add the container. /container/config set registry-url=https://ghcr.io tmpdir=disk1/pull -/container add remote-image=fluent-networks/tailscale-mikrotik:latest interface=veth1 envlist=tailscale root-dir=disk1/containers/tailscale start-on-boot=yes hostname=mikrotik dns=8.8.4.4,8.8.8.8 +/container add remote-image=fluent-networks/tailscale-mikrotik:latest interface=veth1 envlist=tailscale root-dir=disk1/containers/tailscale mounts=tailscale start-on-boot=yes hostname=mikrotik dns=8.8.4.4,8.8.8.8 ``` 6b. Tar archive file @@ -116,7 +116,7 @@ set registry-url=https://ghcr.io tmpdir=disk1/pull Using the file `tailscale.tar` generated by running `build.sh`, upload the file to your router. Below we assume the image has been uploaded to the router as `disk1/tailscale.tar` ``` -/container add file=disk1/tailscale.tar interface=veth1 envlist=tailscale root-dir=disk1/containers/tailscale start-on-boot=yes hostname=mikrotik dns=8.8.4.4,8.8.8.8 +/container add file=disk1/tailscale.tar interface=veth1 envlist=tailscale root-dir=disk1/containers/tailscale mounts=tailscale start-on-boot=yes hostname=mikrotik dns=8.8.4.4,8.8.8.8 ``` If you want to see the container output in the router log add `logging=yes` to the container add command.