Skip to content

Instantly share code, notes, and snippets.

@n0531m
Last active May 21, 2017 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0531m/0d8568539f7ddafb4f1cc88512800862 to your computer and use it in GitHub Desktop.
Save n0531m/0d8568539f7ddafb4f1cc88512800862 to your computer and use it in GitHub Desktop.
start cloud datalab container image locally
#!/bin/bash
docker run -it -p 127.0.0.1:8081:8080 -v $HOME/datalab:/content -e PROJECT_ID=sandbox-moritani gcr.io/cloud-datalab/datalab:local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment