Skip to content

Commit 3002457

Browse files
authored
Update jag.disabled to jag.wifi=false (#519)
1 parent 01bbb7b commit 3002457

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/tutorials/containers/jaguar.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@ jag container uninstall hello
4949

5050
## Disabling Jaguar
5151
Sometimes 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)
5353
when 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`
5656
flag:
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

6262
At 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
6464
timeout with `-D jag.timeout=<duration>`, where `<duration>` is a
6565
duration string like `10s` or `1m`.
6666

6767
Example:
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

0 commit comments

Comments
 (0)