These are prebuilt Ubuntu LTS images for use with toolbox and distrobox, with the HP Anyware Software Client pre-installed.
- The images are based off the Ubuntu Toolbx Community Images
- A properly configured installation of podman (strongly preferred) or docker (install, post-install)
- A working (and updated) installation of distrobox, see: distrobox supported container images
| ubuntu | pcoip | status | default |
|---|---|---|---|
| 22.04 | 23.08.1 | ❌ fails to launch | |
| 22.04 | 23.06.2 | ✅ working | ⭐️ |
| 20.04 | 23.08.1 | ❌ fails to launch | |
| 20.04 | 23.06.2 | ✅ working |
⭐️ This version will be installed if you use pcoip-bx:latest as the tag.
Create the distrobox:
distrobox create --pull --image ghcr.io/fossrob/pcoip-bx:latest --name pcoip-bxOr with custom home:
mkdir -p ~/distroboxes
distrobox create --pull --image ghcr.io/fossrob/pcoip-bx:latest --name pcoip-bx --home ~/distroboxes/pcoip-bxExport the pcoip-client application from the distrobox:
distrobox enter pcoip-bx -- distrobox export --app pcoip-clientAfter a few seconds you should now have an application in your desktop applications list called PCoIP Client (on pcoip-bx).
You can execute the application from the commandline with:
distrobox enter pcoip-bx -- pcoip-clientThe image builds on a weekly schedule, but after deploying can be updated by distrobox itself.
Outside of the distrobox (i.e. on the "host"):
distrobox upgrade pcoip-bx- Jorge Castro, his work on ublue-os and specifically boxkit.
- Luca Di Maio, for the incredible work creating distrobox.