Files
docker-stacks/minimal-kernel
Peter Parente 67a40c5e50 Bump kernel gateway to 0.3.1
Also change CMD vs ENTRYPOINT to match what minimal-notebook
and some major official Docker images do (redis, mysql, nginx, ...)
by having the jupyter kernelgateway in the CMD, and just tini --
in the entrypoint

(c) Copyright IBM Corp. 2016
2016-01-25 16:25:34 -05:00
..
2016-01-25 16:25:34 -05:00
2016-01-12 21:01:36 -05:00

Kernel Gateway Stack

What it Gives You

  • Jupyter Kernel Gateway that enables programmatic access to kernels
  • Python 3 kernel
  • No preinstalled scientific computing packages
  • tini as the container entrypoint

Basic Use

The following command starts a container with the Kernel Gateway server listening for HTTP connections on port 8888.

docker run -d -p 8888:8888 jupyter/minimal-kernel

Docker Options and More Information