- Install Docker (Windows 10, Windows 7 or 8) Note: During the installation don't check the "Use Windows containers..." box.
- Run Docker Desktop. (You may get a message about Hyper-V and Containers that will require a reboot, press "Ok" and wait through several reboots.)
- Run Windows PowerShell and the application instructions below. (You may get a message about sharing your C:\ drive with Docker, accept.)
- Install Docker (macOS 10.12 or newer, macOS 10.8 to 10.11.
- Run Terminal (/Applications/Utilities/Terminal) and the application instructions below.
- Install Docker via distribution specifc instructions.
- Run Terminal and the application instructions below.
The intial run of the image will also download the latest copy of the image to your machine. We have copies of the images locally and can assist with their installation as this method will likely be much faster than downloading.
- In Windows PowerShell run:
docker run --name tph --rm -p 127.0.0.1:8787:8787 -v ${HOME}:/home/rstudio -e DISABLE_AUTH=true thinkplayhack/r_rstudio:latest. - Go to 127.0.0.1:8787 in a web browser.
- In Terminal run:
docker run --name tph --rm -p 127.0.0.1:8787:8787 -v ${HOME}:/home/rstudio -e DISABLE_AUTH=true thinkplayhack/r_rstudio:latest. - Go to 127.0.0.1:8787 in a web browser.
- In Windows PowerShell run:
docker run --name tph --rm -p 127.0.0.1:8888:8888 -v ${HOME}:/home/jovyan thinkplayhack/python_jupyter:latest. - Go to 127.0.0.1:8888 in a web browser.
- In Terminal run:
docker run --name tph --rm -p 127.0.0.1:8888:8888 -v ${HOME}:/home/jovyan thinkplayhack/python_jupyter:latest. - Go to 127.0.0.1:8888 in a web browser.