Skip to content

Instantly share code, notes, and snippets.

@dmohl
Last active February 16, 2021 21:39
Show Gist options
  • Save dmohl/3e50ea69c3d31288b3e955c3f4193fb0 to your computer and use it in GitHub Desktop.
Save dmohl/3e50ea69c3d31288b3e955c3f4193fb0 to your computer and use it in GitHub Desktop.
GCloud Notebook Instance Creation
gcloud beta notebooks instances create dotnet-interactive-docker \
--container-repository=gcr.io/REPLACE_WITH_PROJECT_ID/interactive/dotnet-interactive \
--container-tag=latest \
--machine-type=n1-standard-4 \
--location=us-central1-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment