Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132929 views
License: OTHER

Exercises

Building the Docker container

docker build -t $USER/exercises .

Running the container

docker run -p 8888:8888 -it --rm $USER/exercises