First clone this repository.
git clone https://github.com/sdn0303/sience-container.git
Move to project root
cd sience-container
Build container
docker-compose up --build
Container access
http://local:8888
When asked for a password
root
Exit
Control + c
Install Docker for mac
brew install docker
Install Docker Compose
curl -L https://github.com/docker/compose/releases/download/1.6.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
・参考サイト