diff --git a/Writerside/topics/troubleshooting.md b/Writerside/topics/troubleshooting.md
index a529a20..5e8a650 100644
--- a/Writerside/topics/troubleshooting.md
+++ b/Writerside/topics/troubleshooting.md
@@ -43,4 +43,15 @@ your media library, hard linking will not work.
- If you configured a category with a special save path,
carefully read this page about MM with qBittorrent save paths.
-If it still doesn't work, please open an Issue. It is possible that a bug is causing the issue.
\ No newline at end of file
+If it still doesn't work, please open an Issue. It is possible that a bug is causing the issue.
+
+## Docker Image Pull Issues
+
+- If you get a 401 or 403 error when pulling the image from GHCR, this is not a permission issue with the
+ repository/image. It errors because your Docker client is misconfigured.
+- This is not a MediaManager issue per se, so please don't open an issue about this on the MediaManager GitHub repo.
+
+### Possible Fixes:
+
+- [Unable to pull image from GitHub Container Registry (Stack Overflow)](https://stackoverflow.com/questions/74656167/unable-to-pull-image-from-github-container-registry-ghcr)
+- [Try pulling the image from Quay.io](configuration-overview.md#mediamanager-and-metadatarelay-docker-images)