Skip to content

Instantly share code, notes, and snippets.

@txthai
Created February 26, 2017 01:40
Show Gist options
  • Save txthai/ae6819755a85f67560661cca4c2ca919 to your computer and use it in GitHub Desktop.
Save txthai/ae6819755a85f67560661cca4c2ca919 to your computer and use it in GitHub Desktop.
#!/bin/bash
CSC1="10.90.209.155"
CSC2="10.90.209.196"
CSC3="10.90.209.199"
# Errors can result from improper web server vhost configuration, check the section websocket
sudo docker run -d --network=isolated_nw \
-v /ds/jupyter/notebooks:/home/jovyan/work \
--add-host="$CSC1" \
--add-host="$CSC2" \
--add-host="$CSC3" \
--name ju \
datarecipe/jupyter:4.4.0 start-notebook.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment