Dockerfile for Robot Operating System and Jupyter Notebooks
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
./scripts/build.sh
./scripts/run.sh
Open a web browser and type localhost:8888. Insert the password.
./scripts/stop.sh