Skip to content

Commit

Permalink
Update week1-introtodocker-cs.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Jul 30, 2023
1 parent dcacd43 commit bde442c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week1-introtodocker-cs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ docker run \
-p 8181:8787 \
-e USER=test \
-e PASSWORD=test \
-name geospatial \
--name geospatial \
rocker/geospatial:4.1
```
Expand All @@ -265,7 +265,7 @@ docker run --platform linux/amd64 \
-p 8181:8787 \
-e USER=test \
-e PASSWORD=test \
-name geospatial \
--name geospatial \
rocker/geospatial:4.1
```

0 comments on commit bde442c

Please sign in to comment.