File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ WORKDIR /home/jovyan
7878
7979# ------------------------------
8080# Usage:
81- # docker pull ghcr.io/opengeos /pygis:latest
82- # docker run -it -p 8888:8888 -v $(pwd):/home/jovyan/work ghcr.io/opengeos /pygis:latest
81+ # docker pull giswqs /pygis:latest
82+ # docker run -it -p 8888:8888 -v $(pwd):/home/jovyan/work giswqs /pygis:latest
8383# ------------------------------
Original file line number Diff line number Diff line change 1515- Documentation: https://pygis.gishub.org
1616
1717[ ![ ] ( https://i.imgur.com/bKFts2R.png )] ( https://pygis.gishub.org )
18+
19+ To use pygis with Docker, you can pull the image from Docker Hub:
20+
21+ ``` bash
22+ docker pull giswqs/pygis:latest
23+ docker run -it -p 8888:8888 -v $( pwd) :/home/jovyan/work giswqs/pygis:latest
24+ ```
You can’t perform that action at this time.
0 commit comments