Common problems and where to get help
Having trouble with Docker Desktop? Here are solutions to the most common problems.
wsl --install, then restart your computerWin + R, typing winver, and pressing Entersoftwareupdate --install-rosettadocker.exe --version instead. If this works, there's a PATH configuration issuedocker pull cosmelab/entm201l:latestdocker logindocker run -it (interactive terminal) for containers that need user input-p 8888:8888, make sure port 8888 isn't already in use by another programdocker logs <container-name> to see error messagesProblems with GitHub account setup, Student Pack, or Copilot? Solutions here.
@ucr.edu email address and verified it (check spam folder for verification email)git config --global user.name "Your Name" and git config --global user.email "your@ucr.edu"<<<<<<< markers), remove the markers, save, then git add . and git commitgit checkout main to return to the main branchgit reset --soft HEAD~1 to undo (keeps your changes)Official documentation and learning resources for the tools we use in this course.
Still stuck? Here's how to get help from your instructor and classmates.
Your instructor is here to help! Reach out via:
Tips for getting help faster:
Found a bug in course materials or container? Report it!
Remember: There are no "stupid questions" in this class! Software setup can be tricky, and we're here to help everyone succeed. Don't hesitate to reach out!