Cloud Native: Doing everything you could do on your local machine but better, faster, and much, much more on the Cloud.
Requires a paradigm shift to connecting services, not lift and shifting servers.
Your Portal to the Cloud!
First Page:
Next Step:
Next Step:
For fun:
Check out:
For more fun, let’s launch Jupyter Lab!
docker run -it \
--rm -p 8080:8888 \
-v "${PWD}":/home/jovyan/work \
jupyter/datascience-notebook \
jupyter lab --ip 0.0.0.0 --NotebookApp.token=''
Note, we are:
-it
--rm
-p
-v
You are well on your way to being Cloud Native!
Earth System Data Science in the Cloud