Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
fix: change image name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dgpalmieri committed Sep 21, 2024
1 parent 9e07b78 commit 22a4676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ operating system:
This image is also available on the GitHub Container Registry. Pull it onto your
computer with
```bash
docker pull ghcr.io/asfopensarlab/earthscope-insar-2024--image:main
docker pull ghcr.io/asfopensarlab/earthscope-insar-image:main
```

you can then run the image with
```bash
docker run -it --init --rm -p 8888:8888 -v $HOME/virtual_home:/home/jovyan ghcr.io/asfopensarlab/earthscope-insar-2024--image:main
docker run -it --init --rm -p 8888:8888 -v $HOME/virtual_home:/home/jovyan ghcr.io/asfopensarlab/earthscope-insar-image:main
```

Click the `127.0.0.1:8888` link that appears, and you should be able to access the image.
Expand Down

0 comments on commit 22a4676

Please sign in to comment.