-
have docker daemon running
-
run the following command inside your terminal:
docker compose pull
docker compose up -d- updating spimbot in your docker container
The spimbot binary will be updated automatically when you open up a new terminal session, but if you wish to be extra safe, you can always run:
update_spimbotmanually to get the latest spimbot and test to see if your solution works as expected. The autograder will always use the latest version of spimbot.
- submit your solution to PrairieLearn when you are ready :)