We have created a Docker container that contains everything needed for the workshop (in case the internet is wonky). Please download and install Docker and the container prior to your arrival in case the internet is unreliable.
Follow the instructions on Docker's website to install Docker on your machine.
- Mac:
- Windows:
- Linux:
After installing:
Check that Docker is installed correctly by running the following command in your terminal or command prompt:
docker --version
Once you have Docker installed, pull the workshop image using the following command:
docker pull chasemc2/asp-workshop-2025:latest
You should pull the workshop image again between July 30 and Aug 2 in case we have updated it since this email.