-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ASFOpenSARlab/test
docs: update README
- Loading branch information
Showing
2 changed files
with
17 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# deployment-opensarlab-container | ||
|
||
This repository hosts the container image used by OpenSARLab, | ||
(as well as several others) an | ||
[OpenScienceLab](https://asf.alaska.edu/asf-services-open-science-lab/) | ||
JupyterHub deployment. | ||
|
||
This image is also runnable locally: all packages are publicly available | ||
[here](https://github.com/orgs/ASFOpenSARlab/packages/container/package/deployment-opensarlab-container_sar). | ||
To run the image used in the production OpenSARLab environment, run | ||
the following from the command line: | ||
|
||
```bash | ||
docker run -p 8888:8888 ghcr.io/asfopensarlab/deployment-opensarlab-container_sar:main | ||
``` | ||
|
||
Click the `127.0.0.1:8888` link that appears, and you will be able to access the image. |