From ec41bd4b168afaf27f985aa82aefc2e8b66483e9 Mon Sep 17 00:00:00 2001 From: Christopher Schnick Date: Wed, 18 Sep 2024 09:55:15 +0200 Subject: [PATCH] Update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da4c26f..56ecbc6 100644 --- a/README.md +++ b/README.md @@ -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 . + . ```