Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
current_path=$(pwd)
docker run -it --rm -v $current_path/neuro:/home/neuro/nipype_tutorial -p 80:8888 miykael/nipype_tutorial jupyter notebook
#https://docs.docker.com/install/linux/docker-ce/ubuntu/
sudo apt-get remove docker docker-engine docker-ce docker.io
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -