File tree Expand file tree Collapse file tree
docs/tutorials/containers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,24 +49,24 @@ jag container uninstall hello
4949
5050## Disabling Jaguar
5151Sometimes it can be useful or necessary to
52- [ disable Jaguar] ( https://github.com/toitlang/jaguar#temporarily-disabling-jaguar )
52+ [ disable Jaguar's WiFi ] ( https://github.com/toitlang/jaguar?tab=readme-ov-file #temporarily-disabling-jaguars-wifi )
5353when running a specific container.
5454
55- This can be done by installing the container with the ` -D jag.disabled `
55+ This can be done by installing the container with the ` -D jag.wifi=false `
5656flag:
5757
5858``` shell
59- jag container install -D jag.disabled hello hello.toit
59+ jag container install -D jag.wifi=false hello hello.toit
6060```
6161
6262At the next boot this gives the container 10 seconds to run before Jaguar
63- is started . If 10 seconds is not enough, you can specify a different
63+ starts its WiFi . If 10 seconds is not enough, you can specify a different
6464timeout with ` -D jag.timeout=<duration> ` , where ` <duration> ` is a
6565duration string like ` 10s ` or ` 1m ` .
6666
6767Example:
6868``` shell
69- jag container install -D jag.disabled -D jag.timeout=1m hello hello.toit
69+ jag container install -D jag.wifi=false -D jag.timeout=1m hello hello.toit
7070```
7171
7272### Use cases
You can’t perform that action at this time.
0 commit comments