Skip to content

Commit 70ebd9f

Browse files
committed
Update README
1 parent 5c33d5d commit 70ebd9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
# ------------------------------

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@
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+
```

0 commit comments

Comments
 (0)