Manual Installation Steps
How can I build the image myself?
To build the image from scratch, run:
foo@bar:~$ ./src/build-image.sh
To only update the scripts in the image, run:
foo@bar:~$ ./src/update-image.sh
How can I fetch the image from docker hub?
The netbrain/zwift image is hosted on docker hub at https://hub.docker.com/r/netbrain/zwift.
Download the latest image version:
foo@bar:~$ podman pull netbrain/zwift:latest # or docker pull
Or a specific Zwift version, for example:
foo@bar:~$ podman pull netbrain/zwift:v1.113.0 # or docker pull