Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick committed Sep 18, 2024
1 parent 4ab784b commit ec41bd4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,19 @@ Containers are configured using parameters passed at runtime (such as those abov
| `-v /config` | abc users home directory |
| `-v /var/run/docker.sock` | Docker Socket on the system, if you want to use Docker in the container |

## Public Test Builds

There are also image variants published for the [XPipe PTB](https://github.com/xpipe-io/xpipe-ptb) in case you're interested in trying out early test versions. You can obtain these images by replacing the `:latest` tag with the `:ptb` tag.

## Building locally

If you want to make local modifications to these images for development purposes or just to customize the logic:

```bash
git clone https://github.com/linuxserver/docker-webtop.git
cd docker-webtop
git clone https://github.com/xpipe-io/xpipe-webtop.git
cd xpipe-webtop
docker build \
--no-cache \
--pull \
-t lscr.io/linuxserver/webtop:latest .
.
```

0 comments on commit ec41bd4

Please sign in to comment.