mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 05:22:56 +00:00

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.
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
- For more information on the Kernel Gateway and its configuration options see the Kernel Gateway Repository.