Skip to content

Commit

Permalink
Add Insiders container example
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Dec 29, 2024
1 parent 78a6459 commit f78feff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ COPY firewall-rules.sh /home/firewall-rules.sh
COPY wpa_supplicant.conf /etc/wpa_supplicant/
```

To create a container with the [:octicons-heart-fill-24:{: .heart } Insiders Edition](insiders.md), add the installer options `--insiders`, `--name` and `--token`, plus any other desired switches:

```
RUN curl -sL https://install.raspap.com | bash -s -- --yes --insiders --name <username> --token <accesstoken>
```

With this done, you may proceed with building your Docker image as usual.

!!! tip "Tip"
Expand Down

0 comments on commit f78feff

Please sign in to comment.