Liking cljdoc? Tell your friends :D

The Docker way

A Docker image exists to make trying out Clojupyter easier. To try it:

  1. Install Docker based on your platform.
  2. Run make docker-build to build a docker image.
  3. Run the image with docker run --publish 8888:8888 clojupyter:<version>

The first time you start it Docker will pull the Docker image from hub.docker.com, which takes time.

Alternatively, you can run make docker-config to setup the base environment but without running docker build. You can then make your custom adjustments to the build environment before calling make docker-build.

Can you improve this documentation? These fine people already did:
Daniel Ciumberică & Klaus Harbo
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close