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.
  • Loading branch information
stintel committed Jul 13, 2023
1 parent 1d64d6b commit bfdf2e4
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 --env OTA_URL="http://my_was_host:8502/static/ota.bin" --publish 8501:8501 --publish 8502:8502 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 bfdf2e4

Please sign in to comment.