From 2d7b7e02a2a907b79b1f34ff3b4db140c7a7dcd7 Mon Sep 17 00:00:00 2001
From: Wilbur <swilbur@igskci164lm017.gs.doi.net>
Date: Tue, 7 Feb 2023 11:51:07 -0700
Subject: [PATCH] changed the directory back to usgs/geomag-algorithms

---
 docs/install_docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install_docker.md b/docs/install_docker.md
index 43e06dd33..f87b9193f 100644
--- a/docs/install_docker.md
+++ b/docs/install_docker.md
@@ -11,7 +11,7 @@ The container includes a Jupyter Notebook server for interactive development.
 
 The following command creates and starts a container in the background.
 
-    docker run --rm -it --name geomagio -p 8000:8000 -v $(pwd)/data:/data geomag/geomag-algorithms
+    docker run --rm -it --name geomagio -p 8000:8000 -v $(pwd)/data:/data usgs/geomag-algorithms
 
 - `--rm` runs a temporary container
 - `-it` makes the container interactive (so you can stop it with `ctrl+c`)
-- 
GitLab