Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 819 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 819 Bytes

ros-jupyter-docker

Dockerfile for Robot Operating System and Jupyter Notebooks

Before

Install Docker

Install Docker (if you have Ubuntu follow this link) and configure this too:

sudo groupadd docker

sudo gpasswd -a ${USER} docker

sudo service docker restart

Build the Docker image for the project

./scripts/build.sh

Try it

./scripts/run.sh

Open a web browser and type localhost:8888. Insert the password.

After

./scripts/stop.sh

Original version