Skip to content

Commit

Permalink
README: running published container image
Browse files Browse the repository at this point in the history
Now that we have persistent user files, users can simply run the
published container image. We default to host networking so we will be
able to guess the WAS URL.
  • Loading branch information
stintel committed Jul 13, 2023
1 parent b6c5900 commit 1a8a586
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ You will need to (one-time) configure, build, and flash Willow from the ```featu
./utils.sh flash-dist
```

### WAS Installation
### Running WAS

```
docker run --rm -it --env=OTA_URL="http://my_was_host:8502/static/ota.bin" --network=host ghcr.io/toverainc/willow-application-server:main
```

### Building WAS
```
git clone https://github.com/toverainc/willow-application-server.git && cd willow-application-server
Expand Down

0 comments on commit 1a8a586

Please sign in to comment.