getSpatialData
getSpatialData copied to clipboard
getSpatialData on Docker
Congrats for this package which is really useful. For the users of Docker, i have built the Docker repo atavares/rocker-geospatial-getspatialdata. The repo is is automatically updated with every new build of rocker/geospatial meaning that is kept updated with the latest R, R geospatial packages, R Studio server and dev version of getSpatialData (this github repo).
To note that Docker hub is giving an '!error" status to the 'build details' but the container is working well and runs the example give in getSpatialData README.md
In my case i run the following to share the localhost /home/ubuntu
as /home/rstudio
within R Studio. To access R studio enter localhost:8787
in a browser and enter the user 'rstudio' and the password set below:
docker run -e PASSWORD=<YOUR-PASSWORD-HERE> -v /home/ubuntu:/home/rstudio -p 8787:8787 atavares/rocker-geospatial-getspatialdata
Thank you for posting your Docker implementation. Could be useful for some users – i leave the issue open for visibility.