Files
docker-stacks/minimal-kernel
John Kirkham 5880e3c41e docker: Pin to a particular release of Debian Jessie via sha256.
This is done to more explicitly track what version of Debian Jessie is
being used as a base image. It will also ensure that it is properly
updated on the VM even if we forget. This also should help CI and VM
builds stay speedy by using the cache even when there is a newer version
of Debian Jessie. In the long run, we may wish to re-evaluate this
strategy and fix our CI and deployment systems so as to be able to use
the latest version of Debian Jessie with important CVE and other fixes.
2016-03-06 21:13:57 -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