Skip to content

Commit e206fb4

Browse files
committed
More details on geocompy image
Former-commit-id: b5ee6eb [formerly 9925399] Former-commit-id: a4c6d1df3a17b0746e466e1c550c7bec0090ff95
1 parent 0fb8af7 commit e206fb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ Todo: help wanted
5858

5959
```bash
6060
docker pull geocompr/geocompr:python
61+
# Remove the --rm below for a persistent image
6162
docker run --rm -d -p 8784:8787 -e DISABLE_AUTH=TRUE --name geocompy \
6263
-v $(pwd):/home/rstudio/pytest geocompr/geocompr:python
6364
firefox localhost:8784 # or your browser of choice
65+
# docker kill geocompy # stop the image
6466
```
6567

6668
After opening the relevant project running `quarto preview` in the system shell in browser-based IDE opened by the command above, you should see something like this where you can run code and even modify the book and see changes with the previou command.

0 commit comments

Comments
 (0)