#!/bin/bash # Fetch the prebuilt docker image and check its checksum wget https://crysp.uwaterloo.ca/software/zxad/zxad-image.tar.gz sha256sum -c zxad-image.tar.gz.sha256 || exit 1 # Load the downloaded image docker load < zxad-image.tar.gz